diff options
Diffstat (limited to 'include/asm-um/a.out.h')
-rw-r--r-- | include/asm-um/a.out.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index 9281dd8..f42ff145 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -13,11 +13,9 @@ extern unsigned long stacksizelim; -extern unsigned long host_task_size; - #define STACK_ROOM (stacksizelim) -#define STACK_TOP task_size +#define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) #define STACK_TOP_MAX STACK_TOP |