patch-2.4.23 linux-2.4.23/include/asm-ppc64/elf.h
Next file: linux-2.4.23/include/asm-ppc64/pci.h
Previous file: linux-2.4.23/include/asm-ppc/unistd.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/asm-ppc64/elf.h
- Orig date:
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.22/include/asm-ppc64/elf.h linux-2.4.23/include/asm-ppc64/elf.h
@@ -88,19 +88,12 @@
#define ELF_PLATFORM (NULL)
-#if 0
+
#define ELF_PLAT_INIT(_r, interp_load_addr) do { \
memset(_r->gpr, 0, sizeof(_r->gpr)); \
_r->ctr = _r->link = _r->xer = _r->ccr = 0; \
_r->gpr[2] = interp_load_addr; \
} while (0)
-#endif
-
-#define ELF_PLAT_INIT(_r) do { \
- memset(_r->gpr, 0, sizeof(_r->gpr)); \
- _r->ctr = _r->link = _r->xer = _r->ccr = 0; \
-} while (0)
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)