[MIPS] VPE: reimplement ELF loader.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 10 Oct 2007 12:33:03 +0000 (13:33 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:19 +0000 (23:46 +0100)
Loading ELF binaries based on the section table is totally wrong.  This
still leaves the other fat bug of referencing symbols in an executable
unfixed, so people better don't run strip on their binaries ...

As added bonus the new loader is also 23 lines shorter.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vpe.c

Simple merge