summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-08-06 23:05:48 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-08-06 23:05:48 +0000
commit8b2c1e15345135ba0259b951654653fa73c718fb (patch)
tree647a39976ddc049746bc9e3cb91ea937388e63c4 /sys
parentdecd2084b81dc856da99280b3de6df641443f741 (diff)
downloadFreeBSD-src-8b2c1e15345135ba0259b951654653fa73c718fb.zip
FreeBSD-src-8b2c1e15345135ba0259b951654653fa73c718fb.tar.gz
Revert last change, I will turn ULE on as default after 6.0-R.
Noticed by: scottl
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 19d9e8a..3cae1ff 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -29,8 +29,8 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options SCHED_ULE # ULE scheduler
-#options SCHED_4BSD # 4BSD scheduler
+#options SCHED_ULE # ULE scheduler
+options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
OpenPOWER on IntegriCloud