Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260426
b: refs/heads/master
c: 444d292
h: refs/heads/master
v: v3
  • Loading branch information
Kai.Jiang authored and Linus Torvalds committed Jul 26, 2011
1 parent 2e96dad commit c5b275c
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: b34a6b1da371ed8af1221459a18c67970f7e3d53
refs/heads/master: 444d2921215ae6c21f90eb5fa5d03f784f84f1aa
4 changes: 2 additions & 2 deletions trunk/drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,11 +854,11 @@ static void mpc85xx_mc_check(struct mem_ctl_info *mci)
mpc85xx_mc_printk(mci, KERN_ERR, "PFN out of range!\n");

if (err_detect & DDR_EDE_SBE)
edac_mc_handle_ce(mci, pfn, err_addr & PAGE_MASK,
edac_mc_handle_ce(mci, pfn, err_addr & ~PAGE_MASK,
syndrome, row_index, 0, mci->ctl_name);

if (err_detect & DDR_EDE_MBE)
edac_mc_handle_ue(mci, pfn, err_addr & PAGE_MASK,
edac_mc_handle_ue(mci, pfn, err_addr & ~PAGE_MASK,
row_index, mci->ctl_name);

out_be32(pdata->mc_vbase + MPC85XX_MC_ERR_DETECT, err_detect);
Expand Down

0 comments on commit c5b275c

Please sign in to comment.