diff options
Diffstat (limited to 'include/asm-arm/a.out.h')
-rw-r--r-- | include/asm-arm/a.out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/a.out.h b/include/asm-arm/a.out.h index ae967b0a6..f78a7b295 100644 --- a/include/asm-arm/a.out.h +++ b/include/asm-arm/a.out.h @@ -27,7 +27,8 @@ struct exec #define M_ARM 103 #ifdef __KERNEL__ -#include <asm/arch/a.out.h> +#define STACK_TOP ((current->personality == PER_LINUX_32BIT) ? \ + TASK_SIZE : TASK_SIZE_26) #endif #ifndef LIBRARY_START_TEXT |