X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-h8300%2Fa.out.h;h=ded780f0a49235d741a9fda178f65fad1f5921c3;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=aa5d22778235992f08155cf2229d6e12188b15ce;hpb=0d090b6819e3559dabb05773c4a6dacc4fa94d0e;p=linux-2.6 diff --git a/include/asm-h8300/a.out.h b/include/asm-h8300/a.out.h index aa5d227782..ded780f0a4 100644 --- a/include/asm-h8300/a.out.h +++ b/include/asm-h8300/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 /* __H8300_A_OUT_H__ */