aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-generic/spaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/mach-generic/spaces.h')
-rw-r--r--include/asm-mips/mach-generic/spaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mach-generic/spaces.h b/include/asm-mips/mach-generic/spaces.h
index d901e084a479..f0571b651940 100644
--- a/include/asm-mips/mach-generic/spaces.h
+++ b/include/asm-mips/mach-generic/spaces.h
@@ -72,7 +72,7 @@
* This handles the memory map.
*/
#ifndef PAGE_OFFSET
-#define PAGE_OFFSET CAC_BASE
+#define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
#endif
#endif /* __ASM_MACH_GENERIC_SPACES_H */