mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-22 16:16:24 +10:00
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>
12 lines
284 B
Makefile
12 lines
284 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += early_ioremap.h
|
|
generic-y += flat.h
|
|
generic-y += kvm_para.h
|
|
generic-y += parport.h
|
|
generic-y += spinlock.h
|
|
generic-y += spinlock_types.h
|
|
generic-y += qrwlock.h
|
|
generic-y += qrwlock_types.h
|
|
generic-y += user.h
|
|
generic-y += vmlinux.lds.h
|