patch-2.4.23 linux-2.4.23/arch/s390x/kernel/binfmt_elf32.c

Next file: linux-2.4.23/arch/sh/Makefile
Previous file: linux-2.4.23/arch/s390x/defconfig
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/s390x/kernel/binfmt_elf32.c linux-2.4.23/arch/s390x/kernel/binfmt_elf32.c
@@ -35,7 +35,7 @@
 
 /* For SVR4/S390 the function pointer to be registered with `atexit` is
    passed in R14. */
-#define ELF_PLAT_INIT(_r) \
+#define ELF_PLAT_INIT(_r, load_addr) \
 	do { \
 	_r->gprs[14] = 0; \
 	current->thread.flags |= S390_FLAG_31BIT; \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)