[PATCH] ia64: remove configuration for GENERIC_LOCKBREAK

From: Yong Zhang
Date: Wed May 30 2012 - 04:08:06 EST


From: Yong Zhang <yong.zhang@xxxxxxxxxxxxx>

'def_bool n' is pointless and ia64 has realized ticket
spinlock.

'grep' makes me think ia64 has GENERIC_LOCKBREAK set,
then notice that it's off by default.

Signed-off-by: Yong Zhang <yong.zhang0@xxxxxxxxx>
Cc: Tony Luck <tony.luck@xxxxxxxxx>
Cc: Fenghua Yu <fenghua.yu@xxxxxxxxx>
Cc: linux-ia64@xxxxxxxxxxxxxxx
---
arch/ia64/Kconfig | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 8186ec5..5e6b361 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -78,9 +78,6 @@ config SWIOTLB
config STACKTRACE_SUPPORT
def_bool y

-config GENERIC_LOCKBREAK
- def_bool n
-
config RWSEM_XCHGADD_ALGORITHM
bool
default y
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/