summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-09-02 18:59:15 +0000
committerscottl <scottl@FreeBSD.org>2004-09-02 18:59:15 +0000
commitd9af98161a593a71f96724acd29231e7fff3cfe2 (patch)
tree43dc4fd34e2a35dcd08857f52e9ae89c2dda740f /sys/conf/options
parente5632b23412e4668525e6a7487b06e47dab99409 (diff)
downloadFreeBSD-src-d9af98161a593a71f96724acd29231e7fff3cfe2.zip
FreeBSD-src-d9af98161a593a71f96724acd29231e7fff3cfe2.tar.gz
Turn PREEMPTION into a kernel option. Make sure that it's defined if
FULL_PREEMPTION is defined. Add a runtime warning to ULE if PREEMPTION is enabled (code inspired by the PREEMPTION warning in kern_switch.c). This is a possible MT5 candidate.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index eee12c9..f7ac6d2 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -66,7 +66,8 @@ COMPILING_LINT opt_global.h
CONSPEED opt_comconsole.h
CY_PCI_FASTINTR
DIRECTIO opt_directio.h
-FULL_PREEMPTION
+FULL_PREEMPTION opt_sched.h
+PREEMPTION opt_sched.h
GEOM_AES opt_geom.h
GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
OpenPOWER on IntegriCloud