diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-23 02:06:55 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 16:27:46 +0300 |
commit | 8145095cd8fd466980ea6401f26a52e462275222 (patch) | |
tree | c6f8642c2137f5fb053f018185cfd15ff7a34c00 /include/asm-mips/sn | |
parent | 219ac73a7ad17a3ae3d5c07b4fc8c280645a073a (diff) | |
download | linux-8145095cd8fd466980ea6401f26a52e462275222.tar.xz |
[MIPS] Remove CONFIG_BUILD_ELF64.
This option is no longer usable with supported compilers. It will be
replaced by usage of -msym32 in a separate patch.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sn')
-rw-r--r-- | include/asm-mips/sn/mapped_kernel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-mips/sn/mapped_kernel.h b/include/asm-mips/sn/mapped_kernel.h index 3a17846df849..59edb20f8ec5 100644 --- a/include/asm-mips/sn/mapped_kernel.h +++ b/include/asm-mips/sn/mapped_kernel.h @@ -23,11 +23,7 @@ #include <linux/config.h> #include <asm/addrspace.h> -#ifdef CONFIG_BUILD_ELF64 #define REP_BASE CAC_BASE -#else -#define REP_BASE CKSEG0 -#endif #ifdef CONFIG_MAPPED_KERNEL |