Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279864
b: refs/heads/master
c: 8da54a0
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Nov 16, 2011
1 parent 0984865 commit efb2c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1a4c1c966958ec602c5efd46eb2e53a9cb17f5e4
refs/heads/master: 8da54a0b47a0c3f2cbb31e92472d5d3887b620b8
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-prima2/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#ifndef __MACH_PRIMA2_MAP_H__
#define __MACH_PRIMA2_MAP_H__

#include <mach/vmalloc.h>
#include <linux/const.h>

#define SIRFSOC_VA(x) (VMALLOC_END + ((x) & 0x00FFF000))
#define SIRFSOC_VA_BASE _AC(0xFEC00000, UL)

#define SIRFSOC_VA(x) (SIRFSOC_VA_BASE + ((x) & 0x00FFF000))

#endif

0 comments on commit efb2c4a

Please sign in to comment.