aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-07-31 01:31:32 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-07-31 01:31:32 +0000
commitad7a226f9dffc7d299010f30e139c19fc283b28c (patch)
treefd8f42d79e6d1965a558b0e0fdcd15747424002a /sys/alpha/include/param.h
parentaac6412bcd9e5a59de75be08dbd3a3b3ab865c41 (diff)
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 60957140a890..324219bb627b 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -117,7 +117,9 @@
#define SSIZE 1 /* initial stack size/NBPG */
#define SINCR 1 /* increment of stack/NBPG */
+#ifndef KSTACK_PAGES
#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */
+#endif
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
#define UAREA_PAGES 1 /* pages of u-area */