summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/Kbuild
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-01-01 14:08:32 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-02-07 12:24:20 -0800
commit579afe866f52adcd921272a224ab36733051059c (patch)
tree52e253ca6b73e447d269df4e11b07a0836b7cdd2 /arch/xtensa/include/asm/Kbuild
parentaf3d890b4303cfc9df4b785c852246d4c7013436 (diff)
xtensa: use generic spinlock/rwlock implementation
Drop custom spinlock/rwlock code and use ones from asm-generic. This way there is less code duplication (atomic primitives are reused). Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/Kbuild')
-rw-r--r--arch/xtensa/include/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild
index e255683cd520..27bd3d33b010 100644
--- a/arch/xtensa/include/asm/Kbuild
+++ b/arch/xtensa/include/asm/Kbuild
@@ -23,6 +23,8 @@ generic-y += mm-arch-hooks.h
generic-y += param.h
generic-y += percpu.h
generic-y += preempt.h
+generic-y += qrwlock.h
+generic-y += qspinlock.h
generic-y += rwsem.h
generic-y += sections.h
generic-y += topology.h