Skip to content
Commit 0f8b916b authored by Marcelo Tosatti's avatar Marcelo Tosatti Committed by Guenter Roeck
Browse files

hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs



The coretemp driver uses rdmsr_on_cpu calls to read
MSR_IA32_PACKAGE_THERM_STATUS/MSR_IA32_THERM_STATUS registers,
which contain information about current core temperature.

For certain low latency applications, the RDMSR interruption exceeds
the applications requirements.

So do not create core files in sysfs, for CPUs which have
isolation and nohz_full enabled.

Temperature information from the housekeeping cores should be
sufficient to infer die temperature.

Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
Link: https://lore.kernel.org/r/Y5zT6B1mY9/pnwJV@tpad


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent e247510e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment