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 bf55a5b34be..cad8371422a 100644 --- a/include/asm-mips/a.out.h +++ b/include/asm-mips/a.out.h @@ -32,17 +32,4 @@ struct exec #define N_DRSIZE(a) ((a).a_drsize) #define N_SYMSIZE(a) ((a).a_syms) -#ifdef __KERNEL__ - -#ifdef CONFIG_32BIT -#define STACK_TOP TASK_SIZE -#endif -#ifdef CONFIG_64BIT -#define STACK_TOP \ - (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE) -#endif -#define STACK_TOP_MAX TASK_SIZE - -#endif - #endif /* _ASM_A_OUT_H */ |