patch-2.4.23 linux-2.4.23/include/asm-alpha/elf.h

Next file: linux-2.4.23/include/asm-alpha/irq.h
Previous file: linux-2.4.23/include/acpi/actypes.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-alpha/elf.h linux-2.4.23/include/asm-alpha/elf.h
@@ -50,7 +50,7 @@
    we start programs with a value of 0 to indicate that there is no
    such function.  */
 
-#define ELF_PLAT_INIT(_r)       _r->r0 = 0
+#define ELF_PLAT_INIT(_r, load_addr)	_r->r0 = 0
 
 #ifdef __KERNEL__
 /* The registers are layed out in pt_regs for PAL and syscall

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