diff options
Diffstat (limited to 'include/asm-mips/a.out.h')
-rw-r--r-- | include/asm-mips/a.out.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-mips/a.out.h b/include/asm-mips/a.out.h index bf55a5b34bef..cad8371422ab 100644 --- a/include/asm-mips/a.out.h +++ b/include/asm-mips/a.out.h | |||
@@ -32,17 +32,4 @@ struct exec | |||
32 | #define N_DRSIZE(a) ((a).a_drsize) | 32 | #define N_DRSIZE(a) ((a).a_drsize) |
33 | #define N_SYMSIZE(a) ((a).a_syms) | 33 | #define N_SYMSIZE(a) ((a).a_syms) |
34 | 34 | ||
35 | #ifdef __KERNEL__ | ||
36 | |||
37 | #ifdef CONFIG_32BIT | ||
38 | #define STACK_TOP TASK_SIZE | ||
39 | #endif | ||
40 | #ifdef CONFIG_64BIT | ||
41 | #define STACK_TOP \ | ||
42 | (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE) | ||
43 | #endif | ||
44 | #define STACK_TOP_MAX TASK_SIZE | ||
45 | |||
46 | #endif | ||
47 | |||
48 | #endif /* _ASM_A_OUT_H */ | 35 | #endif /* _ASM_A_OUT_H */ |