diff options
Diffstat (limited to 'include/asm-blackfin/a.out.h')
-rw-r--r-- | include/asm-blackfin/a.out.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-blackfin/a.out.h b/include/asm-blackfin/a.out.h index d37a6849bf7..6c3d652ebd3 100644 --- a/include/asm-blackfin/a.out.h +++ b/include/asm-blackfin/a.out.h @@ -16,10 +16,4 @@ struct exec { #define N_DRSIZE(a) ((a).a_drsize) #define N_SYMSIZE(a) ((a).a_syms) -#ifdef __KERNEL__ - -#define STACK_TOP TASK_SIZE - -#endif - #endif /* __BFIN_A_OUT_H__ */ |