summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-31 01:25:05 +0000
committerpeter <peter@FreeBSD.org>2003-07-31 01:25:05 +0000
commit6dab4e8092b1082863a616b088b544c0cdc235cb (patch)
tree186074f6b47d4f78b59f32d7f7cd96b25b7191ef /sys/vm
parent12712482f7eaaa20ff60842f40eccbddc3a084c1 (diff)
downloadFreeBSD-src-6dab4e8092b1082863a616b088b544c0cdc235cb.zip
FreeBSD-src-6dab4e8092b1082863a616b088b544c0cdc235cb.tar.gz
Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain
in sync with the backend machdep code. When cpu_thread_init() does not have the same idea of KSTACK_PAGES as the thing that created the kstack, all hell breaks loose. Bad alc! no cookie! :-)
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index bcf4878..c0aa58a 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -64,6 +64,8 @@
__FBSDID("$FreeBSD$");
#include "opt_vm.h"
+#include "opt_kstack_pages.h"
+#include "opt_kstack_max_pages.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud