]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit215359bdfb3a278e124305ca1eaef91d7a7d9279
treedf0f4dc6a39632d01522fd253bc819cb261965f2
parentaba357a1fcd1fa549f986defa8ca563cdbe5033c
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