|
@@ -253,7 +253,7 @@ extern int force_personality32;
|
|
* space open for things that want to use the area for 32-bit pointers.
|
|
* space open for things that want to use the area for 32-bit pointers.
|
|
*/
|
|
*/
|
|
#define ELF_ET_DYN_BASE (mmap_is_ia32() ? 0x000400000UL : \
|
|
#define ELF_ET_DYN_BASE (mmap_is_ia32() ? 0x000400000UL : \
|
|
- (TASK_SIZE / 3 * 2))
|
|
|
|
|
|
+ (DEFAULT_MAP_WINDOW / 3 * 2))
|
|
|
|
|
|
/* This yields a mask that user programs can use to figure out what
|
|
/* This yields a mask that user programs can use to figure out what
|
|
instruction set this CPU supports. This could be done in user space,
|
|
instruction set this CPU supports. This could be done in user space,
|