mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
c9c0b0ba1e
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
|