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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-x86_64/a.out.h b/include/asm-x86_64/a.out.h
index 7255cde0653..e789300e41a 100644
--- a/include/asm-x86_64/a.out.h
+++ b/include/asm-x86_64/a.out.h
@@ -21,7 +21,8 @@ struct exec
#ifdef __KERNEL__
#include <linux/thread_info.h>
-#define STACK_TOP TASK_SIZE
+#define STACK_TOP TASK_SIZE
+#define STACK_TOP_MAX TASK_SIZE64
#endif
#endif /* __A_OUT_GNU_H__ */