[MIPS] vpe_id is required for VSMP and SMTC builds
[cascardo/linux.git] / include / asm-mips / a.out.h
index ef33c3f..cad8371 100644 (file)
@@ -32,15 +32,4 @@ struct exec
 #define N_DRSIZE(a)    ((a).a_drsize)
 #define N_SYMSIZE(a)   ((a).a_syms)
 
-#ifdef __KERNEL__
-
-#ifdef CONFIG_32BIT
-#define STACK_TOP      TASK_SIZE
-#endif
-#ifdef CONFIG_64BIT
-#define STACK_TOP      (current->thread.mflags & MF_32BIT_ADDR ? TASK_SIZE32 : TASK_SIZE)
-#endif
-
-#endif
-
 #endif /* _ASM_A_OUT_H */