X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Felf.h;fp=include%2Fasm-i386%2Felf.h;h=ffef1f337d89e9575208f084c8cb6e3eb5f65a6e;hb=34a75f0025b9cf803b6a88db032e6ad6950c9313;hp=f1ce568b0298d014528c7945a4458ef0704fa39e;hpb=43bc926fffd92024b46cafaf7350d669ba9ca884;p=linux-2.6.git diff --git a/include/asm-i386/elf.h b/include/asm-i386/elf.h index f1ce568b0..ffef1f337 100644 --- a/include/asm-i386/elf.h +++ b/include/asm-i386/elf.h @@ -72,7 +72,7 @@ typedef struct user_fxsr_struct elf_fpxregset_t; 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. */ -#define ELF_ET_DYN_BASE ((TASK_UNMAPPED_BASE) * 2) +#define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) /* regs is struct pt_regs, pr_reg is elf_gregset_t (which is now struct_user_regs, they are different) */