]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (coretemp) Add TjMax detection for mobile CPUs
authorRudolf Marek <r.marek@assembler.cz>
Sun, 17 Feb 2008 21:59:39 +0000 (22:59 +0100)
committerMark M. Hoffman <mhoffman@lightlink.com>
Mon, 18 Feb 2008 02:57:28 +0000 (21:57 -0500)
commit118a88718886a6cb7fb2cf7fb77ef2eea30c73a1
tree0d72f79ac05067ebe988417122f21e46c89d3d2d
parentcd19ba1391f93bc3741d298667c074d2d3fcc9fd
hwmon: (coretemp) Add TjMax detection for mobile CPUs

Following patch will finally solve the detection of Intel Mobile CPUs which
share same CPUID with Desktop/Server CPUs. We need this information to test
some bit so we know if TjMax is 100C or 85C. Intel claims this works for mobiles
only, respect that and set for desktops the TjMax to 100C. Intel provided some
table on their wiki based on my chat with them at:
http://softwarecommunity.intel.com/isn/Community/en-US/forums/30247249/ShowThread.aspx#30247249

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/coretemp.c