summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2004-01-24 21:32:53 +0000
committerjeff <jeff@FreeBSD.org>2004-01-24 21:32:53 +0000
commit1d61f9ddfc6addf440d16c8a6dfd0ce2204fbdee (patch)
tree1f974fc078670357183d6ecd225957e1c7d020ed
parent60b2122af9b426ea784f69f9c8d5875a1dab35da (diff)
downloadFreeBSD-src-1d61f9ddfc6addf440d16c8a6dfd0ce2204fbdee.zip
FreeBSD-src-1d61f9ddfc6addf440d16c8a6dfd0ce2204fbdee.tar.gz
- ULE is not exactly experimental anymore. Change some comments and enable
it in LINT.
-rw-r--r--sys/conf/NOTES10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3129372..5e93d77 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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:
OpenPOWER on IntegriCloud