diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/mach-generic/spaces.h | 2 |
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 @@ | |||
72 | * This handles the memory map. | 72 | * This handles the memory map. |
73 | */ | 73 | */ |
74 | #ifndef PAGE_OFFSET | 74 | #ifndef PAGE_OFFSET |
75 | #define PAGE_OFFSET CAC_BASE | 75 | #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET) |
76 | #endif | 76 | #endif |
77 | 77 | ||
78 | #endif /* __ASM_MACH_GENERIC_SPACES_H */ | 78 | #endif /* __ASM_MACH_GENERIC_SPACES_H */ |