aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h
index c1a125e47ff3..3a091cea36c5 100644
--- a/arch/x86/include/asm/elf.h
+++ b/arch/x86/include/asm/elf.h
@@ -253,7 +253,7 @@ extern int force_personality32;
253 * space open for things that want to use the area for 32-bit pointers. 253 * space open for things that want to use the area for 32-bit pointers.
254 */ 254 */
255#define ELF_ET_DYN_BASE (mmap_is_ia32() ? 0x000400000UL : \ 255#define ELF_ET_DYN_BASE (mmap_is_ia32() ? 0x000400000UL : \
256 (TASK_SIZE / 3 * 2)) 256 (DEFAULT_MAP_WINDOW / 3 * 2))
257 257
258/* This yields a mask that user programs can use to figure out what 258/* This yields a mask that user programs can use to figure out what
259 instruction set this CPU supports. This could be done in user space, 259 instruction set this CPU supports. This could be done in user space,