X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fa.out.h;h=cad8371422abd8e083e8446482c6137b08e42ec8;hb=0e03eb86b51b21054aea01ada1d03e9c2265dd20;hp=ef33c3f1348446ceb3ca5bb41b2ac81977fdf4ae;hpb=71d530cd1b6d97094481002a04c77fea1c8e1c22;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/a.out.h b/include/asm-mips/a.out.h index ef33c3f1348..cad8371422a 100644 --- a/include/asm-mips/a.out.h +++ b/include/asm-mips/a.out.h @@ -32,15 +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 (current->thread.mflags & MF_32BIT_ADDR ? TASK_SIZE32 : TASK_SIZE) -#endif - -#endif - #endif /* _ASM_A_OUT_H */