]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Voyager doesn't support MCE
authorAndrew Morton <akpm@osdl.org>
Sat, 12 Jun 2004 23:38:26 +0000 (16:38 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 12 Jun 2004 23:38:26 +0000 (16:38 -0700)
From: William Lee Irwin III <wli@holomorphy.com>

Voyager doesn't compile any of the APIC or IO-APIC -related code in
arch/i386/kernel/ at all -- so it's a logical impossibility that this could
ever work.

Cc: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig

index 7565dcc3c7cc3333ee0ed6ce8a2d2cb0dbf3cb20..9142376b82f19448c1497dde720e09bcd07b86dc 100644 (file)
@@ -548,6 +548,7 @@ config X86_TSC
 
 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).