Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164536
b: refs/heads/master
c: 0bf41d9
h: refs/heads/master
v: v3
  • Loading branch information
Michael Riepe authored and Linus Torvalds committed Sep 22, 2009
1 parent e0e4d99 commit e9b48d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42e41c54d61e32e8a349943607daa53205324d7f
refs/heads/master: 0bf41d9f414a5cf558aff234a0ff486257537574
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/coretemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int __devinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *
}
}

if (ismobile) {
if (ismobile || c->x86_model == 0x1c) {

err = rdmsr_safe_on_cpu(id, 0xee, &eax, &edx);
if (err) {
Expand Down Expand Up @@ -417,7 +417,7 @@ static int __init coretemp_init(void)
if ((c->cpuid_level < 0) || (c->x86 != 0x6) ||
!((c->x86_model == 0xe) || (c->x86_model == 0xf) ||
(c->x86_model == 0x16) || (c->x86_model == 0x17) ||
(c->x86_model == 0x1A))) {
(c->x86_model == 0x1A) || (c->x86_model == 0x1c))) {

/* supported CPU not found, but report the unknown
family 6 CPU */
Expand Down

0 comments on commit e9b48d7

Please sign in to comment.