aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-01-02 17:03:11 -0800
committerPaul Mackerras <paulus@samba.org>2008-02-07 20:40:18 +1100
commit01e31dbabc020bf82e7e5359c031a550daafb8ff (patch)
tree0767caaf88e46570c393c7a63e5f8552355da334 /arch/powerpc/Kconfig
parent[POWERPC] Switch to using user_regset-based core dumps (diff)
downloadlinux-dev-01e31dbabc020bf82e7e5359c031a550daafb8ff.tar.xz
linux-dev-01e31dbabc020bf82e7e5359c031a550daafb8ff.zip
[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>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index d21495f35727..8dcac0b22d68 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -97,6 +97,7 @@ config EARLY_PRINTK
config COMPAT
bool
default y if PPC64
+ select COMPAT_BINFMT_ELF
config SYSVIPC_COMPAT
bool