Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15056
b: refs/heads/master
c: 31a5539
h: refs/heads/master
v: v3
  • Loading branch information
Hiroki Kaminaga authored and Russell King committed Dec 5, 2005
1 parent 7183735 commit 22cb71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0d95af5c28666155ad4c85a63a5065436ae1d79
refs/heads/master: 31a5539e57fa80e877a2f180cd4ec9ce9de6fea0
1 change: 1 addition & 0 deletions trunk/include/asm-arm/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ static inline void *phys_to_virt(unsigned long x)
*/
#define __pa(x) __virt_to_phys((unsigned long)(x))
#define __va(x) ((void *)__phys_to_virt((unsigned long)(x)))
#define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT)

/*
* Virtual <-> DMA view memory address translations
Expand Down

0 comments on commit 22cb71f

Please sign in to comment.