Loading include/asm-mips/mach-generic/spaces.h +7 −0 Original line number Original line Diff line number Diff line Loading @@ -12,6 +12,13 @@ #include <linux/const.h> #include <linux/const.h> /* * This gives the physical RAM offset. */ #ifndef PHYS_OFFSET #define PHYS_OFFSET _AC(0, UL) #endif #ifdef CONFIG_32BIT #ifdef CONFIG_32BIT #define CAC_BASE _AC(0x80000000, UL) #define CAC_BASE _AC(0x80000000, UL) Loading include/asm-mips/page.h +2 −9 Original line number Original line Diff line number Diff line Loading @@ -34,12 +34,8 @@ #ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__ /* #include <linux/pfn.h> * This gives the physical RAM offset. #include <linux/io.h> */ #ifndef PHYS_OFFSET #define PHYS_OFFSET 0UL #endif /* /* * It's normally defined only for FLATMEM config but it's * It's normally defined only for FLATMEM config but it's Loading @@ -48,9 +44,6 @@ */ */ #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) #include <linux/pfn.h> #include <asm/io.h> extern void clear_page(void * page); extern void clear_page(void * page); extern void copy_page(void * to, void * from); extern void copy_page(void * to, void * from); Loading Loading
include/asm-mips/mach-generic/spaces.h +7 −0 Original line number Original line Diff line number Diff line Loading @@ -12,6 +12,13 @@ #include <linux/const.h> #include <linux/const.h> /* * This gives the physical RAM offset. */ #ifndef PHYS_OFFSET #define PHYS_OFFSET _AC(0, UL) #endif #ifdef CONFIG_32BIT #ifdef CONFIG_32BIT #define CAC_BASE _AC(0x80000000, UL) #define CAC_BASE _AC(0x80000000, UL) Loading
include/asm-mips/page.h +2 −9 Original line number Original line Diff line number Diff line Loading @@ -34,12 +34,8 @@ #ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__ /* #include <linux/pfn.h> * This gives the physical RAM offset. #include <linux/io.h> */ #ifndef PHYS_OFFSET #define PHYS_OFFSET 0UL #endif /* /* * It's normally defined only for FLATMEM config but it's * It's normally defined only for FLATMEM config but it's Loading @@ -48,9 +44,6 @@ */ */ #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) #include <linux/pfn.h> #include <asm/io.h> extern void clear_page(void * page); extern void clear_page(void * page); extern void copy_page(void * to, void * from); extern void copy_page(void * to, void * from); Loading