aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sparc64/machdep.c
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/sparc64/sparc64/machdep.c
parentaac6412bcd9e5a59de75be08dbd3a3b3ab865c41 (diff)
downloadsrc-ad7a226f9dffc7d299010f30e139c19fc283b28c.tar.gz
src-ad7a226f9dffc7d299010f30e139c19fc283b28c.zip
Deal with 'options KSTACK_PAGES' being a global option.
Notes
Notes: svn path=/head/; revision=118239
Diffstat (limited to 'sys/sparc64/sparc64/machdep.c')
-rw-r--r--sys/sparc64/sparc64/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index aead2a48dade..7bd1451dbb38 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -42,6 +42,7 @@
#include "opt_compat.h"
#include "opt_ddb.h"
+#include "opt_kstack_pages.h"
#include "opt_msgbuf.h"
#include <sys/param.h>