Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223095
b: refs/heads/master
c: e726f3c
h: refs/heads/master
i:
  223093: fcd0fe4
  223091: ee6b764
  223087: 381ba68
v: v3
  • Loading branch information
Borislav Petkov committed Dec 8, 2010
1 parent 4ca68e4 commit 3e9cff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 76f04f2591e60fa76e70a2736965bc810bf1c764
refs/heads/master: e726f3c368e7c1919a7166ec09c5705759f1a69d
2 changes: 1 addition & 1 deletion trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ static int f10_match_to_this_node(struct amd64_pvt *pvt, int dram_range,
debugf1(" HoleOffset=0x%x HoleValid=0x%x IntlvSel=0x%x\n",
hole_off, hole_valid, intlv_sel);

if (intlv_en ||
if (intlv_en &&
(intlv_sel != ((sys_addr >> 12) & intlv_en)))
return -EINVAL;

Expand Down

0 comments on commit 3e9cff0

Please sign in to comment.