From: Roland McGrath Date: Thu, 3 Jan 2008 01:03:11 +0000 (-0800) Subject: [POWERPC] Switch to generic compat_binfmt_elf code X-Git-Tag: v2.6.25-rc1~303^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e31dbabc020bf82e7e5359c031a550daafb8ff;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed