Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179343
b: refs/heads/master
c: 118f3e1
h: refs/heads/master
i:
  179341: 27e0f83
  179339: c1930fc
  179335: 3c4e05f
  179327: a979254
v: v3
  • Loading branch information
Tamas Vincze authored and Linus Torvalds committed Jan 16, 2010
1 parent eb58647 commit 88b1043
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 355e8e8d1b0779fccb6ca1351fb73c71985e22b2
refs/heads/master: 118f3e1afd5534c15f9701f33514186cfc841a27
8 changes: 7 additions & 1 deletion trunk/drivers/edac/i5000_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,13 @@ static void i5000_process_nonfatal_error_info(struct mem_ctl_info *mci,
debugf0("\tUncorrected bits= 0x%x\n", ue_errors);

branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd);
channel = branch;

/*
* According with i5000 datasheet, bit 28 has no significance
* for errors M4Err-M12Err and M17Err-M21Err, on FERR_NF_FBD
*/
channel = branch & 2;

bank = NREC_BANK(info->nrecmema);
rank = NREC_RANK(info->nrecmema);
rdwr = NREC_RDWR(info->nrecmema);
Expand Down

0 comments on commit 88b1043

Please sign in to comment.