summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:45:17 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:17:11 +0100
commite006235e5b9cfb785ecbc05551788e33f96ea0ce (patch)
tree4f56e748052dd713f562fc6307b7c877f50763fa
parent7cd92366a593246650cc7d6198e2c7d3af8c1d8a (diff)
downloadop-kernel-dev-e006235e5b9cfb785ecbc05551788e33f96ea0ce.zip
op-kernel-dev-e006235e5b9cfb785ecbc05551788e33f96ea0ce.tar.gz
x86/Voyager: remove MCE quirk
If no MCE code is desired on Voyager hw then the solution is to turn them off in the .config - and to extend the MCE code to not initialize on Voyager. Remove the build-time quirk. Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6fbb363..7cf9f0a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -703,7 +703,6 @@ config X86_REROUTE_FOR_BROKEN_BOOT_IRQS
config X86_MCE
bool "Machine Check Exception"
- depends on !X86_VOYAGER
---help---
Machine Check Exception support allows the processor to notify the
kernel if it detects a problem (e.g. overheating, component failure).
OpenPOWER on IntegriCloud