summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2007-06-12 23:27:31 +0000
committerjeff <jeff@FreeBSD.org>2007-06-12 23:27:31 +0000
commitc5314fa1e0a1a99e3f4b95fd3290e4c3790c4671 (patch)
treeb1151ad0931d1815ed29d01ea52e89a111d7870d /sys
parent2cfc9bf1c60f2275f93f3d3589b81a8bd49a88be (diff)
downloadFreeBSD-src-c5314fa1e0a1a99e3f4b95fd3290e4c3790c4671.zip
FreeBSD-src-c5314fa1e0a1a99e3f4b95fd3290e4c3790c4671.tar.gz
- Include opt_sched.h for SCHED_STATS.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_sleepqueue.c1
-rw-r--r--sys/kern/subr_trap.c1
-rw-r--r--sys/kern/subr_turnstile.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c
index 0b70a8e..911761d 100644
--- a/sys/kern/subr_sleepqueue.c
+++ b/sys/kern/subr_sleepqueue.c
@@ -64,6 +64,7 @@ __FBSDID("$FreeBSD$");
#include "opt_sleepqueue_profiling.h"
#include "opt_ddb.h"
+#include "opt_sched.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index 6fc92cc..db7c385 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#ifdef __i386__
#include "opt_npx.h"
#endif
+#include "opt_sched.h"
#include <sys/param.h>
#include <sys/bus.h>
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index f8d1931..245240b 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_turnstile_profiling.h"
+#include "opt_sched.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud