diff options
Diffstat (limited to 'include/asm-um/a.out.h')
-rw-r--r-- | include/asm-um/a.out.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index f42ff14577fa..754181ee8683 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h | |||
@@ -8,15 +8,4 @@ | |||
8 | 8 | ||
9 | #include "asm/arch/a.out.h" | 9 | #include "asm/arch/a.out.h" |
10 | 10 | ||
11 | #undef STACK_TOP | ||
12 | #undef STACK_TOP_MAX | ||
13 | |||
14 | extern unsigned long stacksizelim; | ||
15 | |||
16 | #define STACK_ROOM (stacksizelim) | ||
17 | |||
18 | #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) | ||
19 | |||
20 | #define STACK_TOP_MAX STACK_TOP | ||
21 | |||
22 | #endif | 11 | #endif |