diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-01-01 23:08:32 +0100 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-02-07 21:24:20 +0100 |
commit | 579afe866f52adcd921272a224ab36733051059c (patch) | |
tree | 52e253ca6b73e447d269df4e11b07a0836b7cdd2 /arch/xtensa/include/asm/Kbuild | |
parent | xtensa: provide xchg for sizes 1 and 2 (diff) | |
download | linux-579afe866f52adcd921272a224ab36733051059c.tar.xz linux-579afe866f52adcd921272a224ab36733051059c.zip |
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/Kbuild | 2 |
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 |