x86 thermal: Delete power-limit-notification console messages
authorFenghua Yu <fenghua.yu@intel.com>
Tue, 21 May 2013 19:35:16 +0000 (15:35 -0400)
committerTony Luck <tony.luck@intel.com>
Fri, 14 Jun 2013 21:48:37 +0000 (14:48 -0700)
commitc81147483e525e4a471d581877d7d634591246e1
treea7fb370c5a17b140744d4af3d03f4f07caa54f94
parent317ddd256b9c24b0d78fa8018f80f1e495481a10
x86 thermal: Delete power-limit-notification console messages

Package power limits are common on some systems under some conditions --
so printing console messages when limits are reached
causes unnecessary customer concern and support calls.

Note that even with these console messages gone,
the events can still be observed via system counters:

$ grep TRM /proc/interrupts

Shows total thermal interrupts, which includes both power
limit notifications and thermal throttling interrupts.

$ grep . /sys/devices/system/cpu/cpu*/thermal_throttle/*

Will show what caused those interrupts, core and package
throttling and power limit notifications.

https://bugzilla.kernel.org/show_bug.cgi?id=36182

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/x86/kernel/cpu/mcheck/therm_throt.c