Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c209f799 authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: 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 arm64 CPUs.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent e172800e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ config LOCKDEP_SUPPORT
config TRACE_IRQFLAGS_SUPPORT
	def_bool y

config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
	def_bool y

config GENERIC_HWEIGHT
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ generic-y += pci.h
generic-y += poll.h
generic-y += posix_types.h
generic-y += resource.h
generic-y += rwsem.h
generic-y += scatterlist.h
generic-y += sections.h
generic-y += segment.h