diff options
Diffstat (limited to 'include/asm-alpha/a.out.h')
-rw-r--r-- | include/asm-alpha/a.out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-alpha/a.out.h b/include/asm-alpha/a.out.h index f1965d5ca..073b90a99 100644 --- a/include/asm-alpha/a.out.h +++ b/include/asm-alpha/a.out.h @@ -90,7 +90,8 @@ struct exec #ifdef __KERNEL__ -#define STACK_TOP (0x00120000000UL) +#define STACK_TOP \ + ((current->personality==PER_LINUX_32BIT) ? (0x80000000) : (0x00120000000UL)) #endif |