Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57977
b: refs/heads/master
c: 6d79af7
h: refs/heads/master
i:
  57975: a2bb7c7
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Jun 24, 2007
1 parent 646e11d commit f5751e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbf14513ff0e1301a767ed8610babcc34cc132e6
refs/heads/master: 6d79af701d334777541136e914a9c0969b2ad307
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/coretemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ static int __devinit coretemp_probe(struct platform_device *pdev)
/* check for microcode update */
rdmsr_on_cpu(data->id, MSR_IA32_UCODE_REV, &eax, &edx);
if (edx < 0x39) {
err = -ENODEV;
dev_err(&pdev->dev,
"Errata AE18 not fixed, update BIOS or "
"microcode of the CPU!\n");
Expand Down

0 comments on commit f5751e4

Please sign in to comment.