Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167009
b: refs/heads/master
c: 72f158f
h: refs/heads/master
i:
  167007: cd515d9
v: v3
  • Loading branch information
Borislav Petkov committed Oct 7, 2009
1 parent dd6d8f0 commit 7ed3d4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 916d11b2b52430576fd4e96138c974cd64f9cfd6
refs/heads/master: 72f158fe6fc2033ceb0f3e0e9e5c2aa356fed6da
8 changes: 4 additions & 4 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@ static struct mem_ctl_info *find_mc_by_sys_addr(struct mem_ctl_info *mci,
goto found;
}

if (unlikely((intlv_en != (0x01 << 8)) &&
(intlv_en != (0x03 << 8)) &&
(intlv_en != (0x07 << 8)))) {
if (unlikely((intlv_en != 0x01) &&
(intlv_en != 0x03) &&
(intlv_en != 0x07))) {
amd64_printk(KERN_WARNING, "junk value of 0x%x extracted from "
"IntlvEn field of DRAM Base Register for node 0: "
"This probably indicates a BIOS bug.\n", intlv_en);
"this probably indicates a BIOS bug.\n", intlv_en);
return NULL;
}

Expand Down

0 comments on commit 7ed3d4e

Please sign in to comment.