]> git.baikalelectronics.ru Git - kernel.git/commit
therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal'
authorJin Dongming <jin.dongming@np.css.fujitsu.com>
Tue, 31 Aug 2010 00:13:33 +0000 (09:13 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 5 Sep 2010 18:26:50 +0000 (20:26 +0200)
commit356a2821112160121f9fa55254a5cbb3bb73db30
treebefa55827433547aca81219a5ad3e9564bf0097a
parenteb0b1456ff1a9b85e7061d18494419aba41777db
therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal'

In unexpected_thermal_interrupt(), "LVT TMR interrupt" is used
in error message.

I don't think TMR is a suitable abbreviation for thermal.
  1.TMR has been used in IA32 Architectures Software Developer's
    Manual, and is the abbreviation for Trigger Mode Register.
  2.There is not an standard abbreviation "TMR" defined for thermal
    in IA32 Architectures Software Developer's Manual.
  3.Though we could understand it as Thermal Monitor Register, it is
    easy to be misunderstood as a *TIMER* interrupt also.

I think this patch will fix it.

Signed-off-by: Jin Dongming <jin.dongming@np.css.fujitsu.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Cc: Brown Len <len.brown@intel.com>
Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
LKML-Reference: <4C7C492D.5020704@np.css.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/therm_throt.c