Displaying 2 results from an estimated 2 matches for "x86_mce".
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...The kernel will panic if booted on native hardware.
+
+config VMI_DEBUG
+ bool "VMI debugging"
+ default n
+ help
+ Provides extra debugging output and testing of VMI interfaces.
+
+endmenu
+
config ACPI_SRAT
bool
default y
@@ -270,7 +295,7 @@ config X86_VISWS_APIC
config X86_MCE
bool "Machine Check Exception"
- depends on !X86_VOYAGER
+ 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).
@@ -307,6 +332,7 @@ config X86_MCE_P4THERMAL...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...The kernel will panic if booted on native hardware.
+
+config VMI_DEBUG
+ bool "VMI debugging"
+ default n
+ help
+ Provides extra debugging output and testing of VMI interfaces.
+
+endmenu
+
config ACPI_SRAT
bool
default y
@@ -270,7 +295,7 @@ config X86_VISWS_APIC
config X86_MCE
bool "Machine Check Exception"
- depends on !X86_VOYAGER
+ 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).
@@ -307,6 +332,7 @@ config X86_MCE_P4THERMAL...