diff options
author | Andi Kleen <ak@linux.intel.com> | 2009-04-28 21:32:56 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 16:24:13 (GMT) |
commit | 7856f6cce4a8cda8c1f94b99605c07d16b8d8dec (patch) | |
tree | 71415ceae2ffb1ca97ad82027e0a26024cc89b67 /arch/x86/kernel/entry_64.S | |
parent | 45f458e9a8a216b02b76fe61d9e8bc40d659fbe8 (diff) | |
download | linux-7856f6cce4a8cda8c1f94b99605c07d16b8d8dec.tar.xz |
x86, mce: enable MCE_INTEL for 32bit new MCE
Enable the 64bit MCE_INTEL code (CMCI, thermal interrupts) for 32bit NEW_MCE.
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>
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 63276c4..a31a7f2 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S @@ -1007,7 +1007,7 @@ apicinterrupt INVALIDATE_TLB_VECTOR_START+7 \ #endif apicinterrupt THRESHOLD_APIC_VECTOR \ - threshold_interrupt mce_threshold_interrupt + threshold_interrupt smp_threshold_interrupt apicinterrupt THERMAL_APIC_VECTOR \ thermal_interrupt smp_thermal_interrupt |