From a51eb7c321c88f96530612e41621279c56d9e0f7 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Fri, 10 May 2002 05:16:40 +0000 Subject: [PATCH] Increase the size of the kstack. --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 6060f892682d..25a92052b40f 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -115,7 +115,7 @@ #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) #ifndef KSTACK_UPAGES -#define KSTACK_PAGES 2 /* includes pcb */ +#define KSTACK_PAGES 4 /* includes pcb */ #define KSTACK_GUARD_PAGES 1 #endif #define USPACE (KSTACK_PAGES * PAGE_SIZE) /* total size of pcb */