summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-31 01:27:18 +0000
committerpeter <peter@FreeBSD.org>2003-07-31 01:27:18 +0000
commitc7106c6a3c9ac640fac4be09c200c1959ceb34dc (patch)
tree9bebeacaf364a235d4cf15ff71cc2b6197abe1c9 /sys/amd64/include/param.h
parenta6f20d5795c4f51ea92a498d19107c908dcb6875 (diff)
downloadFreeBSD-src-c7106c6a3c9ac640fac4be09c200c1959ceb34dc.zip
FreeBSD-src-c7106c6a3c9ac640fac4be09c200c1959ceb34dc.tar.gz
KSTACK_PAGES is a global option.
Diffstat (limited to 'sys/amd64/include/param.h')
-rw-r--r--sys/amd64/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 6a86a62..293f909 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -117,7 +117,9 @@
#define IOPAGES 2 /* pages of i/o permission bitmap */
+#ifndef KSTACK_PAGES
#define KSTACK_PAGES 4 /* pages of kstack (with pcb) */
+#endif
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */
OpenPOWER on IntegriCloud