projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b2c0f
)
arm64: locks: Remove CONFIG_GENERIC_LOCKBREAK
author
Catalin Marinas
<
[email protected]
>
Wed, 6 Nov 2013 11:42:41 +0000
(11:42 +0000)
committer
Catalin Marinas
<
[email protected]
>
Wed, 6 Nov 2013 11:42:41 +0000
(11:42 +0000)
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 <
[email protected]
>
Acked-by: Will Deacon <
[email protected]
>
arch/arm64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index bbb5d9480130c6996249d00c6c1571c2f8ef5264..ce6ae94974921b267b75a71a07345c2d9318016c 100644
(file)
--- a/
arch/arm64/Kconfig
+++ b/
arch/arm64/Kconfig
@@
-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