X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fa.out.h;h=cad8371422abd8e083e8446482c6137b08e42ec8;hb=ca6f12c67ed19718cf37d0f531af9438de85b70c;hp=ef33c3f1348446ceb3ca5bb41b2ac81977fdf4ae;hpb=1323523f505606cfd24af6122369afddefc3b09d;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 */