]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/powerpc/Kconfig
[POWERPC] Switch to generic compat_binfmt_elf code
authorRoland McGrath <roland@redhat.com>
Thu, 3 Jan 2008 01:03:11 +0000 (17:03 -0800)
committerPaul Mackerras <paulus@samba.org>
Thu, 7 Feb 2008 09:40:18 +0000 (20:40 +1100)
commit01e31dbabc020bf82e7e5359c031a550daafb8ff
tree0767caaf88e46570c393c7a63e5f8552355da334
parent819703872d5955b2e764c3fd9243ba9fa1a6875a
[POWERPC] Switch to generic compat_binfmt_elf code

This switches the CONFIG_PPC64 support for 32-bit ELF to use the
generic fs/compat_binfmt_elf.c implementation instead of our own
binfmt_elf32.c.  Since so much is the same between 32/64, there is
only one macro we have to define to make the generic support work out
of the box.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/binfmt_elf32.c [deleted file]
include/asm-powerpc/elf.h