RISC-V: Move to queued RW locks
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 16 Mar 2022 23:11:33 +0000 (16:11 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 11 May 2022 18:50:10 +0000 (11:50 -0700)
commitc9c0b0ba1e1134a8dcf386474a4c85718b6fe1d2
tree8aa2ae4e0fc4d47cb03ecd0b52a4bc4fa5fcd512
parent4922a3ea0121fb6741bacaa7bd1b678f51f40461
RISC-V: Move to queued RW locks

Now that we have fair spinlocks we can use the generic queued rwlocks,
so we might as well do so.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig
arch/riscv/include/asm/Kbuild
arch/riscv/include/asm/spinlock.h [deleted file]
arch/riscv/include/asm/spinlock_types.h [deleted file]