|
@@ -60,7 +60,7 @@
|
|
*/
|
|
*/
|
|
#define BRK_BASE __UL(2 * 1024 * 1024 + PAGE_SIZE)
|
|
#define BRK_BASE __UL(2 * 1024 * 1024 + PAGE_SIZE)
|
|
#define STACK_TOP __UL(2 * 1024 * 1024)
|
|
#define STACK_TOP __UL(2 * 1024 * 1024)
|
|
-#define STACK_TOP_MAX STACK_TOP
|
|
|
|
|
|
+#define STACK_TOP_MAX __UL(0xc0000000)
|
|
|
|
|
|
/* userspace process size */
|
|
/* userspace process size */
|
|
#ifdef CONFIG_MMU
|
|
#ifdef CONFIG_MMU
|