From: Ralf Baechle Date: Fri, 8 Dec 2006 12:55:42 +0000 (+0000) Subject: [MIPS] Qemu now has an ELF loader. X-Git-Tag: v2.6.20-rc1~34^2~29^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c25c79d80e02db1bd993426f979c5f1b42a0f132;p=~emulex%2Finfiniband.git [MIPS] Qemu now has an ELF loader. So nuke kludge for flat binaries. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index a2e095adaa3..9a7811d13db 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -138,7 +138,7 @@ EXPORT(stext) # used for profiling EXPORT(_stext) -#if defined(CONFIG_QEMU) || defined(CONFIG_MIPS_SIM) +#ifdef CONFIG_MIPS_SIM /* * Give us a fighting chance of running if execution beings at the * kernel load address. This is needed because this platform does