aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/mem-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/mem-layout.h')
-rw-r--r--include/asm-frv/mem-layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/mem-layout.h b/include/asm-frv/mem-layout.h
index 83532252b8be..734a1d0583b6 100644
--- a/include/asm-frv/mem-layout.h
+++ b/include/asm-frv/mem-layout.h
@@ -60,7 +60,7 @@
*/
#define BRK_BASE __UL(2 * 1024 * 1024 + PAGE_SIZE)
#define STACK_TOP __UL(2 * 1024 * 1024)
-#define STACK_TOP_MAX STACK_TOP
+#define STACK_TOP_MAX __UL(0xc0000000)
/* userspace process size */
#ifdef CONFIG_MMU