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 9281dd8eb334..f42ff14577fa 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h | |||
@@ -13,11 +13,9 @@ | |||
13 | 13 | ||
14 | extern unsigned long stacksizelim; | 14 | extern unsigned long stacksizelim; |
15 | 15 | ||
16 | extern unsigned long host_task_size; | ||
17 | |||
18 | #define STACK_ROOM (stacksizelim) | 16 | #define STACK_ROOM (stacksizelim) |
19 | 17 | ||
20 | #define STACK_TOP task_size | 18 | #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) |
21 | 19 | ||
22 | #define STACK_TOP_MAX STACK_TOP | 20 | #define STACK_TOP_MAX STACK_TOP |
23 | 21 | ||