X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fa.out.h;h=cad8371422abd8e083e8446482c6137b08e42ec8;hb=ad1d77a38575644b112340fd9115ac21dd533166;hp=ef33c3f1348446ceb3ca5bb41b2ac81977fdf4ae;hpb=c71bd6944eb1458b7887af1783101f5a46140c40;p=linux-2.6 diff --git a/include/asm-mips/a.out.h b/include/asm-mips/a.out.h index ef33c3f134..cad8371422 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 */