Skip to content

Commit de5619d

Browse files
Andi KleenH. Peter Anvin
authored andcommitted
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 <ak@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 parent 7856f6c commit de5619d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ config X86_MCE_INTEL
816816
config X86_MCE_AMD
817817
def_bool y
818818
prompt "AMD MCE features"
819-
depends on X86_64 && X86_MCE && X86_LOCAL_APIC
819+
depends on X86_NEW_MCE && X86_LOCAL_APIC
820820
---help---
821821
Additional support for AMD specific MCE features such as
822822
the DRAM Error Threshold.

0 commit comments

Comments
 (0)