diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-13 23:37:24 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2021-01-06 08:42:47 -0500 |
commit | 056f280f3b63f68073dd8d332bf2a0132deccd82 (patch) | |
tree | bd53e1f7b09c90504243b61157056edf372ae5ff /arch/mips/include/asm/elf.h | |
parent | fd624c712dfcb6bd6d34018bf879cb4fc6ef84f9 (diff) | |
download | linux-stable-056f280f3b63f68073dd8d332bf2a0132deccd82.tar.gz linux-stable-056f280f3b63f68073dd8d332bf2a0132deccd82.tar.bz2 linux-stable-056f280f3b63f68073dd8d332bf2a0132deccd82.zip |
mips compat: don't bother with ELF_ET_DYN_BASE
normal mips one is just fine - it's only used after we'd done
SET_PERSONALITY2() and by that point TASK_SIZE will yield the
right value
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/include/asm/elf.h')
-rw-r--r-- | arch/mips/include/asm/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index 71c7622025d1..d29e43e4f9b1 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h @@ -469,9 +469,7 @@ extern const char *__elf_base_platform; 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 ELF_ET_DYN_BASE #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) -#endif /* update AT_VECTOR_SIZE_ARCH if the number of NEW_AUX_ENT entries changes */ #define ARCH_DLINFO \ |