diff options
author | Andi Kleen <andi@firstfloor.org> | 2009-02-12 07:43:20 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-02-19 17:48:55 -0500 |
commit | e35849e910a6543d37c0d13648ef166678d03565 (patch) | |
tree | dd2d03d6ee419cbf8d8879249327d7fe81d88027 | |
parent | ef41df4344ff952c79746d44a6126bd2cf7ed2bc (diff) |
x86, mce: enable machine checks in 64-bit defconfig
Impact: Low priority fix
The 32-bit defconfig already had it enabled. And it's a pretty
fundamental feature, so better enable it on 64 bits too.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 322dd2748fc9..786ce5ac2acc 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig | |||
@@ -247,7 +247,10 @@ CONFIG_PREEMPT_VOLUNTARY=y | |||
247 | # CONFIG_PREEMPT is not set | 247 | # CONFIG_PREEMPT is not set |
248 | CONFIG_X86_LOCAL_APIC=y | 248 | CONFIG_X86_LOCAL_APIC=y |
249 | CONFIG_X86_IO_APIC=y | 249 | CONFIG_X86_IO_APIC=y |
250 | # CONFIG_X86_MCE is not set | 250 | CONFIG_X86_MCE=y |
251 | CONFIG_X86_NEW_MCE=y | ||
252 | CONFIG_X86_MCE_INTEL=y | ||
253 | CONFIG_X86_MCE_AMD=y | ||
251 | # CONFIG_I8K is not set | 254 | # CONFIG_I8K is not set |
252 | CONFIG_MICROCODE=y | 255 | CONFIG_MICROCODE=y |
253 | CONFIG_MICROCODE_OLD_INTERFACE=y | 256 | CONFIG_MICROCODE_OLD_INTERFACE=y |