summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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