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/mach-generic | |
parent | db38501511a7513ec4f0ae9922d847c135cf3c78 (diff) | |
download | linux-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/mach-generic')
-rw-r--r-- | include/asm-mips/mach-generic/spaces.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-mips/mach-generic/spaces.h b/include/asm-mips/mach-generic/spaces.h index f0571b65..c9fa4b1 100644 --- a/include/asm-mips/mach-generic/spaces.h +++ b/include/asm-mips/mach-generic/spaces.h @@ -12,6 +12,13 @@ #include <linux/const.h> +/* + * This gives the physical RAM offset. + */ +#ifndef PHYS_OFFSET +#define PHYS_OFFSET _AC(0, UL) +#endif + #ifdef CONFIG_32BIT #define CAC_BASE _AC(0x80000000, UL) |