aboutsummaryrefslogtreecommitdiff
path: root/include/asm-alpha/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/a.out.h')
-rw-r--r--include/asm-alpha/a.out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/a.out.h b/include/asm-alpha/a.out.h
index d97daf42753..e43cf61649a 100644
--- a/include/asm-alpha/a.out.h
+++ b/include/asm-alpha/a.out.h
@@ -101,6 +101,8 @@ struct exec
#define STACK_TOP \
(current->personality & ADDR_LIMIT_32BIT ? 0x80000000 : 0x00120000000UL)
+#define STACK_TOP_MAX 0x00120000000UL
+
#endif
#endif /* __A_OUT_GNU_H__ */