summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiemo Seufer2005-09-01 10:56:18 +0200
committerRalf Baechle2005-10-29 20:32:13 +0200
commitf8670e66dc3f08512b57cb7872932fb0710de589 (patch)
treed45b63678eed1e093825a058e27446e766fc67e6
parentIP22 EISA support update. (diff)
downloadkernel-qcow2-linux-f8670e66dc3f08512b57cb7872932fb0710de589.tar.gz
kernel-qcow2-linux-f8670e66dc3f08512b57cb7872932fb0710de589.tar.xz
kernel-qcow2-linux-f8670e66dc3f08512b57cb7872932fb0710de589.zip
Fix MAP_BASE for 64bit ip22.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--include/asm-mips/mach-ip22/spaces.h2
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 @@
#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))