aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/a.out.h')
-rw-r--r--include/asm-x86_64/a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/a.out.h b/include/asm-x86_64/a.out.h
index 5952914f412..7255cde0653 100644
--- a/include/asm-x86_64/a.out.h
+++ b/include/asm-x86_64/a.out.h
@@ -21,7 +21,7 @@ struct exec
#ifdef __KERNEL__
#include <linux/thread_info.h>
-#define STACK_TOP (test_thread_flag(TIF_IA32) ? IA32_PAGE_OFFSET : TASK_SIZE)
+#define STACK_TOP TASK_SIZE
#endif
#endif /* __A_OUT_GNU_H__ */