aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2014-05-02 21:19:26 +0200
committerGary S. Robertson <gary.robertson@linaro.org>2014-06-06 15:24:16 -0500
commit1d9667b2546a8d605dceab4807034b3ae753f4dd (patch)
tree46eaf960b748d19410e72d73c6702aa82efe9697
parent0c07832b596e095a85b953f07b8610acc6eb5c9d (diff)
disable preempt lazy on x86-64
it still explodes Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8e19b563b6ee..4da5e0189ce6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -21,7 +21,7 @@ config X86_64
### Arch settings
config X86
def_bool y
- select HAVE_PREEMPT_LAZY
+ select HAVE_PREEMPT_LAZY if X86_32
select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
select ARCH_MIGHT_HAVE_PC_PARPORT
select ARCH_MIGHT_HAVE_PC_SERIO