linux_dsm_epyc7002/arch/x86/kernel/cpu/mcheck
Fenghua Yu c81147483e 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>
2013-06-14 14:48:37 -07:00
..
Makefile ACPI, APEI, Generic Hardware Error Source memory error support 2010-05-19 22:41:16 -04:00
mce_amd.c x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMD 2013-03-22 11:25:01 +01:00
mce_intel.c x86/mce: Rework cmci_rediscover() to play well with CPU hotplug 2013-04-02 14:04:01 -07:00
mce-apei.c x86/mce Add validation check before GHES error is recorded 2012-04-20 16:02:05 -07:00
mce-inject.c x86: mce: Serialize mce injection 2012-08-03 11:45:56 -07:00
mce-internal.h x86, MCA: Finish mca_config conversion 2012-10-26 14:37:58 +02:00
mce-severity.c x86, MCA: Finish mca_config conversion 2012-10-26 14:37:58 +02:00
mce.c x86/mce: Rework cmci_rediscover() to play well with CPU hotplug 2013-04-02 14:04:01 -07:00
p5.c taint: add explicit flag to show whether lock dep is still OK. 2013-01-21 17:17:57 +10:30
therm_throt.c x86 thermal: Delete power-limit-notification console messages 2013-06-14 14:48:37 -07:00
threshold.c x86: Call idle notifier after irq_enter() 2011-12-11 10:31:38 -08:00
winchip.c taint: add explicit flag to show whether lock dep is still OK. 2013-01-21 17:17:57 +10:30