X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Felf.h;h=9919487703bc6a898761e89f6b4ef3739edab843;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=1cd9484ea04cc9b3a3baaa962b1f3ea86c2d024b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-m68knommu/elf.h b/include/asm-m68knommu/elf.h index 1cd9484ea..991948770 100644 --- a/include/asm-m68knommu/elf.h +++ b/include/asm-m68knommu/elf.h @@ -61,22 +61,14 @@ typedef struct user_m68kfp_struct elf_fpregset_t; #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 #define USE_ELF_CORE_DUMP -#ifndef CONFIG_SUN3 #define ELF_EXEC_PAGESIZE 4096 -#else -#define ELF_EXEC_PAGESIZE 8192 -#endif /* This is the location that an ET_DYN program is loaded if exec'ed. Typical use of this is to invoke "./ld.so someprog" to test out a new version of the loader. We need to make sure that it is out of the way of the program that it will "exec", and that there is sufficient room for the brk. */ -#ifndef CONFIG_SUN3 #define ELF_ET_DYN_BASE 0xD0000000UL -#else -#define ELF_ET_DYN_BASE 0x0D800000UL -#endif #define ELF_CORE_COPY_REGS(pr_reg, regs) \ /* Bleech. */ \