commit | 9fb6c9c73b11bef65ba80a362547fd116c1e1c9d | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Nov 09 09:38:14 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Tue Jan 14 21:36:31 2014 -0800 |
tree | 790f952ca7c7b5170f4233e419323d638f9569c4 | |
parent | 347c16cfdecf9b4cfb94137b47bf6a05b3ff57d5 [diff] |
hwmon: (coretemp) Refine TjMax detection Intel's turbostat code uses only 7 bits from MSR_IA32_TEMPERATURE_TARGET to read TjMax, and also only accepts it if the reported temperature is at least 85 degrees C. Play safe and do the same. Signed-off-by: Guenter Roeck <linux@roeck-us.net>