diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 11:45:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:11 -0500 |
commit | e006235e5b9cfb785ecbc05551788e33f96ea0ce (patch) | |
tree | 4f56e748052dd713f562fc6307b7c877f50763fa /arch | |
parent | 7cd92366a593246650cc7d6198e2c7d3af8c1d8a (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6fbb3639d7bb..7cf9f0a8c8c3 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -703,7 +703,6 @@ config X86_REROUTE_FOR_BROKEN_BOOT_IRQS | |||
703 | 703 | ||
704 | config X86_MCE | 704 | config X86_MCE |
705 | bool "Machine Check Exception" | 705 | bool "Machine Check Exception" |
706 | depends on !X86_VOYAGER | ||
707 | ---help--- | 706 | ---help--- |
708 | Machine Check Exception support allows the processor to notify the | 707 | Machine Check Exception support allows the processor to notify the |
709 | kernel if it detects a problem (e.g. overheating, component failure). | 708 | kernel if it detects a problem (e.g. overheating, component failure). |