summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-01-26 05:29:12 +0000
committerjeff <jeff@FreeBSD.org>2003-01-26 05:29:12 +0000
commit8d3838b5355aaa4d48d872d9368ff5ff43f7d11b (patch)
tree6c23bf0f3ba347040c3d4eb39d47d6de65de12a4 /sys/conf
parentf8d3c4423d7ccb0249dd2736308afa6430e9cb5d (diff)
downloadFreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.zip
FreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.tar.gz
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
-rw-r--r--sys/conf/options2
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 8169723..9f3dabf 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1025,7 +1025,8 @@ kern/kern_xxx.c standard
kern/link_elf.c standard
kern/md4c.c optional netsmb
kern/md5c.c standard
-kern/sched_4bsd.c standard
+kern/sched_4bsd.c optional sched_4bsd
+kern/sched_ule.c optional sched_ule
kern/subr_autoconf.c standard
kern/subr_blist.c standard
kern/subr_bus.c standard
diff --git a/sys/conf/options b/sys/conf/options
index 182a241..50df8f7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -112,6 +112,8 @@ PANIC_REBOOT_WAIT_TIME opt_panic.h
PPS_SYNC opt_ntp.h
PUC_FASTINTR opt_puc.h
QUOTA
+SCHED_4BSD opt_sched.h
+SCHED_ULE opt_sched.h
SHOW_BUSYBUFS
SPX_HACK
SUIDDIR opt_suiddir.h
OpenPOWER on IntegriCloud