Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123608
b: refs/heads/master
c: cd32a48
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 30, 2008
1 parent da015b3 commit 6807ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74343ee4cd4141ddd64b1be72e17669fe3606611
refs/heads/master: cd32a48dc5c2f415790bfbc4fe564b2b0e9c2414
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-integrator/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PHYS_OFFSET UL(0x00000000)

#define BUS_OFFSET UL(0x80000000)
#define __virt_to_bus(x) (x - PAGE_OFFSET + BUS_OFFSET)
#define __bus_to_virt(x) (x - BUS_OFFSET + PAGE_OFFSET)
#define __virt_to_bus(x) ((x) - PAGE_OFFSET + BUS_OFFSET)
#define __bus_to_virt(x) ((x) - BUS_OFFSET + PAGE_OFFSET)

#endif

0 comments on commit 6807ccb

Please sign in to comment.