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

Next file: linux-2.4.23/include/asm-i386/hardirq.h
Previous file: linux-2.4.23/include/asm-i386/edd.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-i386/elf.h linux-2.4.23/include/asm-i386/elf.h
@@ -41,7 +41,7 @@
    We might as well make sure everything else is cleared too (except for %esp),
    just to make things more deterministic.
  */
-#define ELF_PLAT_INIT(_r)	do { \
+#define ELF_PLAT_INIT(_r, load_addr)	do { \
 	_r->ebx = 0; _r->ecx = 0; _r->edx = 0; \
 	_r->esi = 0; _r->edi = 0; _r->ebp = 0; \
 	_r->eax = 0; \

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