diff options
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/therm_throt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c b/arch/x86/kernel/cpu/mcheck/therm_throt.c index c2a8b26d4fea..1d0f743c9d6e 100644 --- a/arch/x86/kernel/cpu/mcheck/therm_throt.c +++ b/arch/x86/kernel/cpu/mcheck/therm_throt.c | |||
@@ -348,7 +348,7 @@ static void intel_thermal_interrupt(void) | |||
348 | 348 | ||
349 | static void unexpected_thermal_interrupt(void) | 349 | static void unexpected_thermal_interrupt(void) |
350 | { | 350 | { |
351 | printk(KERN_ERR "CPU%d: Unexpected LVT TMR interrupt!\n", | 351 | printk(KERN_ERR "CPU%d: Unexpected LVT thermal interrupt!\n", |
352 | smp_processor_id()); | 352 | smp_processor_id()); |
353 | add_taint(TAINT_MACHINE_CHECK); | 353 | add_taint(TAINT_MACHINE_CHECK); |
354 | } | 354 | } |