Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297030
b: refs/heads/master
c: ad9c40b
h: refs/heads/master
v: v3
  • Loading branch information
Hui Wang authored and Mauro Carvalho Chehab committed Mar 21, 2012
1 parent 956a7c4 commit 9f590c0
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: 22a5c27bec0161c70cc2d8d1730f9b14b604757d
refs/heads/master: ad9c40b7dd749d6429c8b21178c125004c6dc75d
2 changes: 1 addition & 1 deletion trunk/drivers/edac/sb_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ static int get_memory_error_data(struct mem_ctl_info *mci,
addr,
limit,
sad_way + 7,
INTERLEAVE_MODE(reg) ? "" : "XOR[18:16]");
interleave_mode ? "" : "XOR[18:16]");
if (interleave_mode)
idx = ((addr >> 6) ^ (addr >> 16)) & 7;
else
Expand Down

0 comments on commit 9f590c0

Please sign in to comment.