Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211058
b: refs/heads/master
c: c4a9058
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Nicolas Pitre committed Sep 20, 2010
1 parent bf02da6 commit 4d67ef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 863636828f1fcd9fdc15e24d620aa53cf18b432f
refs/heads/master: c4a90588fa07ea47df7a67fd6cb03d6bc0f99634
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-dove/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#define IO_SPACE_LIMIT 0xffffffff

#define __io(a) ((void __iomem *)(((a) - DOVE_PCIE0_IO_PHYS_BASE) +\
DOVE_PCIE0_IO_VIRT_BASE))
#define __mem_pci(a) (a)
#define __io(a) ((void __iomem *)(((a) - DOVE_PCIE0_IO_BUS_BASE) + \
DOVE_PCIE0_IO_VIRT_BASE))
#define __mem_pci(a) (a)

#endif

0 comments on commit 4d67ef9

Please sign in to comment.