diff options
Diffstat (limited to 'drivers/hwmon/coretemp.c')
-rw-r--r-- | drivers/hwmon/coretemp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 495add52c802..42c2f431ea51 100644 --- a/drivers/hwmon/coretemp.c +++ b/drivers/hwmon/coretemp.c | |||
@@ -224,6 +224,9 @@ static int __cpuinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id, | |||
224 | tjmax = 90000; | 224 | tjmax = 90000; |
225 | 225 | ||
226 | pci_dev_put(host_bridge); | 226 | pci_dev_put(host_bridge); |
227 | } else if (c->x86_model == 0x36) { | ||
228 | usemsr_ee = 0; | ||
229 | tjmax = 100000; | ||
227 | } | 230 | } |
228 | 231 | ||
229 | if (c->x86_model > 0xe && usemsr_ee) { | 232 | if (c->x86_model > 0xe && usemsr_ee) { |