sam: fix process size reporting
authorAlan Cox <alan@linux.intel.com>
Wed, 16 Jan 2019 14:55:10 +0000 (14:55 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 16 Jan 2019 14:55:10 +0000 (14:55 +0000)
Kernel/platform-sam/config.h

index 04cbbd8..1d296ae 100644 (file)
@@ -39,7 +39,7 @@
 #define PROGBASE    0x0000  /* Base of user  */
 #define PROGLOAD    0x0100  /* Load and run here */
 #define PROGTOP     0xFD00  /* Top of program, base of U_DATA stash */
-#define PROC_SIZE   32             /* Mimumum memory needed per process */
+#define PROC_SIZE   60             /* Mimumum memory needed per process */
 
 #define BOOT_TTY (512 + 1)      /* Set this to default device for stdio, stderr */
                           /* In this case, the default is the first TTY device */