Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213299
b: refs/heads/master
c: 22e58f9
h: refs/heads/master
i:
  213297: b5c1d22
  213295: b8d6348
v: v3
  • Loading branch information
Andrew Morton authored and Geert Uytterhoeven committed Oct 22, 2010
1 parent d5cb4d8 commit 500991d
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: 8ce71db25edccde4d8e3e39bffb4178bf1018ef1
refs/heads/master: 22e58f9de5d140116eb3a30d5e54396e3030bed2
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/page_mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static inline unsigned long ___pa(void *vaddr)
: "0" (vaddr), "i" (m68k_fixup_memoffset));
return paddr;
}
#define __pa(vaddr) ___pa((void *)(vaddr))
#define __pa(vaddr) ___pa((void *)(long)(vaddr))
static inline void *__va(unsigned long paddr)
{
void *vaddr;
Expand Down

0 comments on commit 500991d

Please sign in to comment.