summaryrefslogtreecommitdiff
path: root/include/asm-mips/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/a.out.h')
-rw-r--r--include/asm-mips/a.out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/a.out.h b/include/asm-mips/a.out.h
index ef33c3f..1ad60ba 100644
--- a/include/asm-mips/a.out.h
+++ b/include/asm-mips/a.out.h
@@ -40,6 +40,7 @@ struct exec
#ifdef CONFIG_64BIT
#define STACK_TOP (current->thread.mflags & MF_32BIT_ADDR ? TASK_SIZE32 : TASK_SIZE)
#endif
+#define STACK_TOP_MAX TASK_SIZE
#endif