Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180444
b: refs/heads/master
c: cff9279
h: refs/heads/master
v: v3
  • Loading branch information
Peter Tyser authored and Linus Torvalds committed Feb 11, 2010
1 parent 63785d0 commit fe07233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c286d03cce118e9fb8dda8da43f9131c169c5a75
refs/heads/master: cff9279e4e8d6ff80a640dd6977c8f76aa01e1f8
4 changes: 2 additions & 2 deletions trunk/drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,8 @@ static void __devinit mpc85xx_init_csrows(struct mem_ctl_info *mci)
end <<= (24 - PAGE_SHIFT);
end |= (1 << (24 - PAGE_SHIFT)) - 1;

csrow->first_page = start >> PAGE_SHIFT;
csrow->last_page = end >> PAGE_SHIFT;
csrow->first_page = start;
csrow->last_page = end;
csrow->nr_pages = end + 1 - start;
csrow->grain = 8;
csrow->mtype = mtype;
Expand Down

0 comments on commit fe07233

Please sign in to comment.