diff options
Diffstat (limited to 'include/asm-mips/mach-ip22/spaces.h')
-rw-r--r-- | include/asm-mips/mach-ip22/spaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mach-ip22/spaces.h b/include/asm-mips/mach-ip22/spaces.h index e96166f27c49..8385f716798d 100644 --- a/include/asm-mips/mach-ip22/spaces.h +++ b/include/asm-mips/mach-ip22/spaces.h | |||
@@ -44,7 +44,7 @@ | |||
44 | #define CAC_BASE 0xffffffff80000000 | 44 | #define CAC_BASE 0xffffffff80000000 |
45 | #define IO_BASE 0xffffffffa0000000 | 45 | #define IO_BASE 0xffffffffa0000000 |
46 | #define UNCAC_BASE 0xffffffffa0000000 | 46 | #define UNCAC_BASE 0xffffffffa0000000 |
47 | #define MAP_BASE 0xffffffffc0000000 | 47 | #define MAP_BASE 0xc000000000000000 |
48 | 48 | ||
49 | #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) | 49 | #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) |
50 | #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK)) | 50 | #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK)) |