From d9af98161a593a71f96724acd29231e7fff3cfe2 Mon Sep 17 00:00:00 2001 From: scottl Date: Thu, 2 Sep 2004 18:59:15 +0000 Subject: 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. --- sys/conf/options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/options') 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 -- cgit v1.1