X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-avr32%2Fa.out.h;h=e46375a34a72f0dbda360b82ac68d9d038d88425;hb=252815b0cfe711001eff0327872209986b36d490;hp=9f398ab28ed08c983934c7c08c0f598a52615700;hpb=f4fbfb0dda5577075a049eec7fb7ad38abca1912;p=linux-2.6 diff --git a/include/asm-avr32/a.out.h b/include/asm-avr32/a.out.h index 9f398ab28e..e46375a34a 100644 --- a/include/asm-avr32/a.out.h +++ b/include/asm-avr32/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_AVR32_A_OUT_H */