Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67438
b: refs/heads/master
c: 1d7a8ee
h: refs/heads/master
v: v3
  • Loading branch information
Jochen Friedrich committed Sep 25, 2007
1 parent 9127ca5 commit 5dbe05d
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: c5552ca48b312880ba9111411c98abfe72d88ea9
refs/heads/master: 1d7a8ee0ebcc26c98f21889fd900546ef2a02fa1
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 5dbe05d

Please sign in to comment.