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

Next file: linux-2.4.23/include/asm-i386/acpi.h
Previous file: linux-2.4.23/include/asm-arm/sl811-hw.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-cris/elf.h linux-2.4.23/include/asm-cris/elf.h
@@ -39,7 +39,7 @@
 	   A value of 0 tells we have no such handler.  */
 	
 	/* Explicitly set registers to 0 to increase determinism.  */
-#define ELF_PLAT_INIT(_r)	do { \
+#define ELF_PLAT_INIT(_r, load_addr)	do { \
 	(_r)->r13 = 0; (_r)->r12 = 0; (_r)->r11 = 0; (_r)->r10 = 0; \
 	(_r)->r9 = 0;  (_r)->r8 = 0;  (_r)->r7 = 0;  (_r)->r6 = 0;  \
 	(_r)->r5 = 0;  (_r)->r4 = 0;  (_r)->r3 = 0;  (_r)->r2 = 0;  \

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