Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / asm-mips / mach-ip32 / spaces.h
index c7839f8..44abe5c 100644 (file)
 #define HIGHMEM_START          (1UL << 59UL)
 #endif
 
-#define CAC_BASE               0x9800000000000000
-#define IO_BASE                        0x9000000000000000
-#define UNCAC_BASE             0x9000000000000000
-#define MAP_BASE               0xc000000000000000
+#define CAC_BASE               0x9800000000000000UL
+#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))