diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-06-04 15:46:34 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 16:32:57 (GMT) |
commit | 41b0483ee54d89f9ad068ceae3c91cdc7594d050 (patch) | |
tree | 7e7afcbfc49460d33205c3f23944cb3529d77f1c /include/asm-mips/page.h | |
parent | db38501511a7513ec4f0ae9922d847c135cf3c78 (diff) | |
download | linux-fsl-qoriq-41b0483ee54d89f9ad068ceae3c91cdc7594d050.tar.xz |
[MIPS] Move PHY_OFFSET definition in spaces.h
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/page.h')
-rw-r--r-- | include/asm-mips/page.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/asm-mips/page.h b/include/asm-mips/page.h index 5c3239d..c56c6a8 100644 --- a/include/asm-mips/page.h +++ b/include/asm-mips/page.h @@ -34,12 +34,8 @@ #ifndef __ASSEMBLY__ -/* - * This gives the physical RAM offset. - */ -#ifndef PHYS_OFFSET -#define PHYS_OFFSET 0UL -#endif +#include <linux/pfn.h> +#include <linux/io.h> /* * It's normally defined only for FLATMEM config but it's @@ -48,9 +44,6 @@ */ #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) -#include <linux/pfn.h> -#include <asm/io.h> - extern void clear_page(void * page); extern void copy_page(void * to, void * from); |