Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65209
b: refs/heads/master
c: bc63818
h: refs/heads/master
i:
  65207: 42422df
v: v3
  • Loading branch information
Jochen Friedrich authored and Kumar Gala committed Sep 28, 2007
1 parent ae97d0e commit 10660eb
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: 83af919e0f239e87bc644a2c932b9cebf5771380
refs/heads/master: bc63818931ea55c54d6e59b7d38bff8f295dc8c1
2 changes: 1 addition & 1 deletion trunk/arch/ppc/8xx_io/commproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ EXPORT_SYMBOL(cpm_dpdump);

void *cpm_dpram_addr(unsigned long offset)
{
return ((immap_t *)IMAP_ADDR)->im_cpm.cp_dpmem + offset;
return (void *)(dpram_vbase + offset);
}
EXPORT_SYMBOL(cpm_dpram_addr);

Expand Down

0 comments on commit 10660eb

Please sign in to comment.