summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-05-10 05:16:40 +0000
committerbenno <benno@FreeBSD.org>2002-05-10 05:16:40 +0000
commitffded50e969b62af99fe0f2ebd81124031957424 (patch)
tree79cf0dc0451232970e8ab201e2987c57773b1d23 /sys/powerpc
parent446a06fc8ce91a3bceac8a122adb5f50fdedce8c (diff)
downloadFreeBSD-src-ffded50e969b62af99fe0f2ebd81124031957424.zip
FreeBSD-src-ffded50e969b62af99fe0f2ebd81124031957424.tar.gz
Increase the size of the kstack.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index 6060f89..25a9205 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 */
OpenPOWER on IntegriCloud