diff options
Diffstat (limited to 'include/asm-mips/mach-ip32/spaces.h')
-rw-r--r-- | include/asm-mips/mach-ip32/spaces.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/mach-ip32/spaces.h b/include/asm-mips/mach-ip32/spaces.h index c7839f85c68d..44abe5c02389 100644 --- a/include/asm-mips/mach-ip32/spaces.h +++ b/include/asm-mips/mach-ip32/spaces.h | |||
@@ -19,10 +19,10 @@ | |||
19 | #define HIGHMEM_START (1UL << 59UL) | 19 | #define HIGHMEM_START (1UL << 59UL) |
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | #define CAC_BASE 0x9800000000000000 | 22 | #define CAC_BASE 0x9800000000000000UL |
23 | #define IO_BASE 0x9000000000000000 | 23 | #define IO_BASE 0x9000000000000000UL |
24 | #define UNCAC_BASE 0x9000000000000000 | 24 | #define UNCAC_BASE 0x9000000000000000UL |
25 | #define MAP_BASE 0xc000000000000000 | 25 | #define MAP_BASE 0xc000000000000000UL |
26 | 26 | ||
27 | #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) | 27 | #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) |
28 | #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK)) | 28 | #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK)) |