FRV: Move STACK_TOP_MAX up [try #2]

Move STACK_TOP_MAX up so that we don't try moving the stack above it as that
causes setup_arg_pages() to malfunction.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by David Howells and committed by Linus Torvalds 0c93d8e4 a31b9dd8

+1 -1
+1 -1
include/asm-frv/mem-layout.h
··· 60 60 */ 61 61 #define BRK_BASE __UL(2 * 1024 * 1024 + PAGE_SIZE) 62 62 #define STACK_TOP __UL(2 * 1024 * 1024) 63 - #define STACK_TOP_MAX STACK_TOP 63 + #define STACK_TOP_MAX __UL(0xc0000000) 64 64 65 65 /* userspace process size */ 66 66 #ifdef CONFIG_MMU