From ff3986a150bbea5ef6c34b0cecdc23e230ef19ab Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Wed, 6 Nov 2013 11:42:41 +0000 Subject: [PATCH] arm64: locks: Remove CONFIG_GENERIC_LOCKBREAK Commit 52ea2a560a9d (arm64: locks: introduce ticket-based spinlock implementation) introduces the arch_spin_is_contended() function making CONFIG_GENERIC_LOCKBREAK unnecessary. Signed-off-by: Catalin Marinas Acked-by: Will Deacon (cherry picked from commit 61c77e0802719efce8966619cdc4234de7f252c1) Signed-off-by: Mark Brown --- arch/arm64/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 9115252e5425..0f24a8515841 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -63,10 +63,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 -- 2.34.1