aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/Kbuild
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2014-05-02 17:06:19 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-05-30 01:12:25 +0100
commit8a87411b649c6082aebea613e84dcb3f174f72fb (patch)
tree28495f7a7994a61dca067b9d7fa1e8f2eb6e314c /arch/arm/include/asm/Kbuild
parentARM: 8054/1: perf: add support for the Cortex-A17 PMU (diff)
downloadlinux-dev-8a87411b649c6082aebea613e84dcb3f174f72fb.tar.xz
linux-dev-8a87411b649c6082aebea613e84dcb3f174f72fb.zip
ARM: 8047/1: rwsem: use asm-generic rwsem implementation
asm-generic offers an atomic-add based rwsem implementation, which can avoid the need for heavier, spinlock-based synchronisation on the fast path. This patch makes use of the optimised implementation for ARM CPUs. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/Kbuild')
-rw-r--r--arch/arm/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild
index 23e728ecf8ab..f5a357601983 100644
--- a/arch/arm/include/asm/Kbuild
+++ b/arch/arm/include/asm/Kbuild
@@ -21,6 +21,7 @@ generic-y += parport.h
generic-y += poll.h
generic-y += preempt.h
generic-y += resource.h
+generic-y += rwsem.h
generic-y += sections.h
generic-y += segment.h
generic-y += sembuf.h