Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
[powerpc.git] / include / asm-arm / arch-realview / hardware.h
index 67879cd..9ca76dc 100644 (file)
@@ -27,5 +27,6 @@
 
 /* macro to get at IO space when running virtually */
 #define IO_ADDRESS(x)          (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000)
+#define __io_address(n)                __io(IO_ADDRESS(n))
 
 #endif