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

better have the right value.
This commit is contained in:
marcel 2003-09-19 00:37:41 +00:00
parent a73aca6e63
commit 4ab0c8936b

View File

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