From: Andi Kleen Date: Tue, 28 Apr 2009 21:34:40 +0000 (+0200) Subject: x86, mce: enable MCE_AMD for 32bit NEW_MCE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=de5619dfef76ddb403eb7c6de39c0130166c5dc3;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git x86, mce: enable MCE_AMD for 32bit NEW_MCE That's very easy using the infrastructure enabled earlier for MCE_INTEL Untested. Signed-off-by: Andi Kleen Signed-off-by: H. Peter Anvin Signed-off-by: Hidetoshi Seto Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e1c9f77f69e..a148e7ac0d8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -816,7 +816,7 @@ config X86_MCE_INTEL config X86_MCE_AMD def_bool y prompt "AMD MCE features" - depends on X86_64 && X86_MCE && X86_LOCAL_APIC + depends on X86_NEW_MCE && X86_LOCAL_APIC ---help--- Additional support for AMD specific MCE features such as the DRAM Error Threshold.