Skip to content

Commit

Permalink
[MIPS] Qemu now has an ELF loader.
Browse files Browse the repository at this point in the history
So nuke kludge for flat binaries.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Dec 9, 2006
1 parent 9fd32cf commit c25c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c25c79d

Please sign in to comment.