Fix MAP_BASE for 64bit ip22.
authorThiemo Seufer <ths@networkno.de>
Thu, 1 Sep 2005 08:56:18 +0000 (08:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:13 +0000 (19:32 +0100)
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mach-ip22/spaces.h

index e96166f..8385f71 100644 (file)
@@ -44,7 +44,7 @@
 #define CAC_BASE               0xffffffff80000000
 #define IO_BASE                        0xffffffffa0000000
 #define UNCAC_BASE             0xffffffffa0000000
-#define MAP_BASE               0xffffffffc0000000
+#define MAP_BASE               0xc000000000000000
 
 #define TO_PHYS(x)             (             ((x) & TO_PHYS_MASK))
 #define TO_CAC(x)              (CAC_BASE   | ((x) & TO_PHYS_MASK))