Skip to content

Commit

Permalink
arm64: locks: Remove CONFIG_GENERIC_LOCKBREAK
Browse files Browse the repository at this point in the history
Commit 52ea2a5 (arm64: locks: introduce ticket-based spinlock
implementation) introduces the arch_spin_is_contended() function making
CONFIG_GENERIC_LOCKBREAK unnecessary.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Catalin Marinas committed Nov 6, 2013
1 parent c5b2c0f commit 61c77e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ config LOCKDEP_SUPPORT
config TRACE_IRQFLAGS_SUPPORT
def_bool y

config GENERIC_LOCKBREAK
def_bool y
depends on SMP && PREEMPT

config RWSEM_GENERIC_SPINLOCK
def_bool y

Expand Down

0 comments on commit 61c77e0

Please sign in to comment.