Re: [PATCH 07/17] powerpc/qspinlock: store owner CPU in lock word

2022-11-10 Thread Nicholas Piggin
On Thu Nov 10, 2022 at 10:40 AM AEST, Jordan Niethe wrote: > On Thu, 2022-07-28 at 16:31 +1000, Nicholas Piggin wrote: > [resend as utf-8, not utf-7] > > Store the owner CPU number in the lock word so it may be yielded to, > > as powerpc's paravirtualised simple spinlocks do. > > --- > >

Re: [PATCH 07/17] powerpc/qspinlock: store owner CPU in lock word

2022-11-09 Thread Jordan Niethe
On Thu, 2022-07-28 at 16:31 +1000, Nicholas Piggin wrote: [resend as utf-8, not utf-7] > Store the owner CPU number in the lock word so it may be yielded to, > as powerpc's paravirtualised simple spinlocks do. > --- > arch/powerpc/include/asm/qspinlock.h | 8 +++- >

Re: [PATCH 07/17] powerpc/qspinlock: store owner CPU in lock word

2022-08-11 Thread Jordan Niethe
On Thu, 2022-07-28 at 16:31 +1000, Nicholas Piggin wrote: > Store the owner CPU number in the lock word so it may be yielded to, > as powerpc's paravirtualised simple spinlocks do. > --- > arch/powerpc/include/asm/qspinlock.h | 8 +++- > arch/powerpc/include/asm/qspinlock_types.h | 10

[PATCH 07/17] powerpc/qspinlock: store owner CPU in lock word

2022-07-28 Thread Nicholas Piggin
Store the owner CPU number in the lock word so it may be yielded to, as powerpc's paravirtualised simple spinlocks do. --- arch/powerpc/include/asm/qspinlock.h | 8 +++- arch/powerpc/include/asm/qspinlock_types.h | 10 ++ arch/powerpc/lib/qspinlock.c | 6 +++---