|
@@ -157,9 +157,9 @@ void __cpuinit mce_amd_feature_init(struct cpuinfo_x86 *c)
|
|
|
high |= K8_APIC_EXT_LVT_ENTRY_THRESHOLD << 20;
|
|
|
wrmsr(address, low, high);
|
|
|
|
|
|
- setup_APIC_extened_lvt(K8_APIC_EXT_LVT_ENTRY_THRESHOLD,
|
|
|
- THRESHOLD_APIC_VECTOR,
|
|
|
- K8_APIC_EXT_INT_MSG_FIX, 0);
|
|
|
+ setup_APIC_extended_lvt(K8_APIC_EXT_LVT_ENTRY_THRESHOLD,
|
|
|
+ THRESHOLD_APIC_VECTOR,
|
|
|
+ K8_APIC_EXT_INT_MSG_FIX, 0);
|
|
|
|
|
|
threshold_defaults.address = address;
|
|
|
threshold_restart_bank(&threshold_defaults, 0, 0);
|