kernel/arch/mips/include/asm/mach-ip22/spaces.h
.. .. @@ -10,17 +10,7 @@ 10 10 #ifndef _ASM_MACH_IP22_SPACES_H 11 11 #define _ASM_MACH_IP22_SPACES_H 12 12 13 -14 -#ifdef CONFIG_64BIT15 -16 -#define PAGE_OFFSET 0xffffffff80000000UL17 -18 -#define CAC_BASE 0xffffffff8000000019 -#define IO_BASE 0xffffffffa000000020 -#define UNCAC_BASE 0xffffffffa000000021 -#define MAP_BASE 0xc00000000000000022 -23 -#endif /* CONFIG_64BIT */13 +#define PHYS_OFFSET _AC(0x08000000, UL)24 14 25 15 #include <asm/mach-generic/spaces.h> 26 16