powerpc: Move spinlock implementation to simple_spinlock
authorNicholas Piggin <npiggin@gmail.com>
Fri, 24 Jul 2020 13:14:19 +0000 (23:14 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 26 Jul 2020 13:34:26 +0000 (23:34 +1000)
commit12d0b9d6c843e7dbe739ebefcf16c7e4a45e4e78
treedf0f4dc6a39632d01522fd253bc819cb261965f2
parent20d444d06f97504d165b08558678b4737dcefb02
powerpc: Move spinlock implementation to simple_spinlock

To prepare for queued spinlocks. This is a simple rename except to
update preprocessor guard name and a file reference.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131423.1362108-3-npiggin@gmail.com
arch/powerpc/include/asm/simple_spinlock.h [new file with mode: 0644]
arch/powerpc/include/asm/simple_spinlock_types.h [new file with mode: 0644]
arch/powerpc/include/asm/spinlock.h
arch/powerpc/include/asm/spinlock_types.h