X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fa.out.h;h=cad8371422abd8e083e8446482c6137b08e42ec8;hb=c8988f968240069aeae16d8cf9f59096a085eb27;hp=1ad60ba186d0e6d9a2500f7e98401147190158df;hpb=fdb64f93b38a3470fa4db8cd5720b8c731922d1a;p=linux-2.6 diff --git a/include/asm-mips/a.out.h b/include/asm-mips/a.out.h index 1ad60ba186..cad8371422 100644 --- a/include/asm-mips/a.out.h +++ b/include/asm-mips/a.out.h @@ -32,16 +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 -#define STACK_TOP_MAX TASK_SIZE - -#endif - #endif /* _ASM_A_OUT_H */