diff options
Diffstat (limited to 'include/asm-x86/a.out.h')
-rw-r--r-- | include/asm-x86/a.out.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-x86/a.out.h b/include/asm-x86/a.out.h index a62443e38eb8..4684f97a5bbd 100644 --- a/include/asm-x86/a.out.h +++ b/include/asm-x86/a.out.h | |||
@@ -17,14 +17,4 @@ struct exec | |||
17 | #define N_DRSIZE(a) ((a).a_drsize) | 17 | #define N_DRSIZE(a) ((a).a_drsize) |
18 | #define N_SYMSIZE(a) ((a).a_syms) | 18 | #define N_SYMSIZE(a) ((a).a_syms) |
19 | 19 | ||
20 | #ifdef __KERNEL__ | ||
21 | # include <linux/thread_info.h> | ||
22 | # define STACK_TOP TASK_SIZE | ||
23 | # ifdef CONFIG_X86_32 | ||
24 | # define STACK_TOP_MAX STACK_TOP | ||
25 | # else | ||
26 | # define STACK_TOP_MAX TASK_SIZE64 | ||
27 | # endif | ||
28 | #endif | ||
29 | |||
30 | #endif /* _ASM_X86_A_OUT_H */ | 20 | #endif /* _ASM_X86_A_OUT_H */ |