X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fa.out.h;h=1f93130e179cb8bf7f6c10e164e3b3d2ec5f441f;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=685d0f6125fab272d81ccc8220afc008777e89ff;hpb=2fe83b3ad12d43799af5f3156886eca443a88bac;p=linux-2.6 diff --git a/include/asm-sh/a.out.h b/include/asm-sh/a.out.h index 685d0f6125..1f93130e17 100644 --- a/include/asm-sh/a.out.h +++ b/include/asm-sh/a.out.h @@ -17,11 +17,4 @@ struct exec #define N_DRSIZE(a) ((a).a_drsize) #define N_SYMSIZE(a) ((a).a_syms) -#ifdef __KERNEL__ - -#define STACK_TOP TASK_SIZE -#define STACK_TOP_MAX STACK_TOP - -#endif - #endif /* __ASM_SH_A_OUT_H */