X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fa.out.h;h=4684f97a5bbd1b1edce881a88e75393b580a2cd1;hb=82248a5e92793014d156a12dbcbba633794ce9f8;hp=a62443e38eb81bb4fd7f68802d042e1aac66a8b8;hpb=a7aed1c2dc4939d1d61285c738ad32700d791692;p=linux-2.6 diff --git a/include/asm-x86/a.out.h b/include/asm-x86/a.out.h index a62443e38e..4684f97a5b 100644 --- a/include/asm-x86/a.out.h +++ b/include/asm-x86/a.out.h @@ -17,14 +17,4 @@ struct exec #define N_DRSIZE(a) ((a).a_drsize) #define N_SYMSIZE(a) ((a).a_syms) -#ifdef __KERNEL__ -# include -# define STACK_TOP TASK_SIZE -# ifdef CONFIG_X86_32 -# define STACK_TOP_MAX STACK_TOP -# else -# define STACK_TOP_MAX TASK_SIZE64 -# endif -#endif - #endif /* _ASM_X86_A_OUT_H */