diff options
Diffstat (limited to 'include/asm-um/a.out.h')
| -rw-r--r-- | include/asm-um/a.out.h | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index 78bc9eed26b..7912f0997cb 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -2,7 +2,6 @@  #define __UM_A_OUT_H  #include "asm/arch/a.out.h" -#include "choose-mode.h"  #undef STACK_TOP  #undef STACK_TOP_MAX @@ -13,10 +12,8 @@ extern unsigned long host_task_size;  #define STACK_ROOM (stacksizelim) -extern int honeypot; -#define STACK_TOP \ -	CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size) +#define STACK_TOP task_size -#define STACK_TOP_MAX	STACK_TOP +#define STACK_TOP_MAX STACK_TOP  #endif  |