-
- Downloads
[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>
Showing
- arch/powerpc/Kconfig 1 addition, 0 deletionsarch/powerpc/Kconfig
- arch/powerpc/kernel/Makefile 1 addition, 1 deletionarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/binfmt_elf32.c 0 additions, 69 deletionsarch/powerpc/kernel/binfmt_elf32.c
- include/asm-powerpc/elf.h 1 addition, 0 deletionsinclude/asm-powerpc/elf.h
arch/powerpc/kernel/binfmt_elf32.c
deleted
100644 → 0
Please register or sign in to comment