forked from Minki/linux
Fix MAP_BASE for 64bit ip22.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
37c8c642ea
commit
f8670e66dc
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user