]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd47aefde3f52f2f984ba1ce7766fe4c7949f0814
tree8aa2ae4e0fc4d47cb03ecd0b52a4bc4fa5fcd512
parent5bd12b24f5bfb4dc721278e09022e08ff8b0c650
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]