diff options
author | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:12 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:12 +0000 |
commit | 8d3838b5355aaa4d48d872d9368ff5ff43f7d11b (patch) | |
tree | 6c23bf0f3ba347040c3d4eb39d47d6de65de12a4 /sys/conf/files | |
parent | f8d3c4423d7ccb0249dd2736308afa6430e9cb5d (diff) | |
download | FreeBSD-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/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 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 |