- ULE is not exactly experimental anymore. Change some comments and enable

it in LINT.
This commit is contained in:
jeff 2004-01-24 21:32:53 +00:00
parent 890250d35a
commit 96211c8f68

View File

@ -147,12 +147,12 @@ options ROOTDEVNAME=\"ufs:da0s2e\"
# queue and no cpu affinity which makes it suboptimal for SMP. It has very
# good interactivity and priority selection.
#
# SCHED_ULE is a new experimental scheduler that has been designed for SMP,
# but will work just fine on UP too. Users of this scheduler should expect
# some hicups and be prepaired to provide feedback.
# SCHED_ULE is a new scheduler that has been designed for SMP and has some
# advantages for UP as well. It is intended to replace the 4BSD scheduler
# over time.
#
options SCHED_4BSD
#options SCHED_ULE
#options SCHED_4BSD
options SCHED_ULE
#####################################################################
# SMP OPTIONS: