Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115957
b: refs/heads/master
c: 3b274f4
h: refs/heads/master
i:
  115955: 82ccb03
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Oct 20, 2008
1 parent 40b66c3 commit fb9227f
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: b64fd291acd8c921b4757faed1d4dded31c27edf
refs/heads/master: 3b274f44d2ca05f719fe39947b6a5293a2dbd8fd
2 changes: 1 addition & 1 deletion trunk/drivers/edac/cell_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void __devinit cell_edac_init_csrows(struct mem_ctl_info *mci)
csrow->nr_pages = (r.end - r.start + 1) >> PAGE_SHIFT;
csrow->last_page = csrow->first_page + csrow->nr_pages - 1;
csrow->mtype = MEM_XDR;
csrow->edac_mode = EDAC_FLAG_EC | EDAC_FLAG_SECDED;
csrow->edac_mode = EDAC_SECDED;
dev_dbg(mci->dev,
"Initialized on node %d, chanmask=0x%x,"
" first_page=0x%lx, nr_pages=0x%x\n",
Expand Down

0 comments on commit fb9227f

Please sign in to comment.