summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-08-06 10:31:27 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-08-06 10:31:27 +0000
commitb6bd2d8bbb754359a738d00d2845b2efd68cae9a (patch)
treedf54d087d50a5b99693df467ea988df5d8eab686 /sys
parent6786d43591371241086662ef432ad8bb1ab9f124 (diff)
downloadFreeBSD-src-b6bd2d8bbb754359a738d00d2845b2efd68cae9a.zip
FreeBSD-src-b6bd2d8bbb754359a738d00d2845b2efd68cae9a.tar.gz
Make ULE as default scheduler, allow it to be tested more widely.
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 3cae1ff..19d9e8a 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