]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/mach-generic/spaces.h
Merge master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6-omap-h63xx.git] / include / asm-mips / mach-generic / spaces.h
index 5a2c1efb4eb7bf47a3c2212263f69c7bb7337616..b849d8dd7e7848f5cb5873c2f579412f043752f2 100644 (file)
 #endif
 
 #ifdef CONFIG_DMA_NONCOHERENT
-#define CAC_BASE               0x9800000000000000
+#define CAC_BASE               0x9800000000000000UL
 #else
-#define CAC_BASE               0xa800000000000000
+#define CAC_BASE               0xa800000000000000UL
 #endif
-#define IO_BASE                        0x9000000000000000
-#define UNCAC_BASE             0x9000000000000000
-#define MAP_BASE               0xc000000000000000
+#define IO_BASE                        0x9000000000000000UL
+#define UNCAC_BASE             0x9000000000000000UL
+#define MAP_BASE               0xc000000000000000UL
 
 #define TO_PHYS(x)             (             ((x) & TO_PHYS_MASK))
 #define TO_CAC(x)              (CAC_BASE   | ((x) & TO_PHYS_MASK))