Re: [PATCH] powerpc: qspinlock: Use asm-generic definition for queued_spin_lock

2022-12-07 Thread Michael Ellerman
Rohan McLure writes: > asm-generic/qspinlock.h provides an identical implementation of > queued_spin_lock. Remove the variant in asm/qspinlock.h. This code has changed recently, so this patch no longer applies. See 9f61521c7a28 ("powerpc/qspinlock: powerpc qspinlock implementation") in

[PATCH] powerpc: qspinlock: Use asm-generic definition for queued_spin_lock

2022-12-05 Thread Rohan McLure
asm-generic/qspinlock.h provides an identical implementation of queued_spin_lock. Remove the variant in asm/qspinlock.h. Signed-off-by: Rohan McLure --- arch/powerpc/include/asm/qspinlock.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/arch/powerpc/include/asm/qspinlock.h