projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c8c64
)
Fix MAP_BASE for 64bit ip22.
author
Thiemo Seufer
<ths@networkno.de>
Thu, 1 Sep 2005 08:56:18 +0000
(08:56 +0000)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/include/asm-mips/mach-ip22/spaces.h
b/include/asm-mips/mach-ip22/spaces.h
index e96166f27c49282dc557fb2d06d423e6f76b2caf..8385f716798d09947aa4ccb74e18e19b9408f6da 100644
(file)
--- 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 0x
ffffffffc
0000000
+#define MAP_BASE 0x
c00000000
0000000
#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))