Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly and

better have the right value.
This commit is contained in:
Marcel Moolenaar 2003-09-19 00:37:41 +00:00
parent 7cae6651cf
commit 549ab7a654

View File

@ -37,6 +37,8 @@
* $FreeBSD$
*/
#include "opt_kstack_pages.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/assym.h>