summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2007-10-19 12:30:33 +0000
committerkensmith <kensmith@FreeBSD.org>2007-10-19 12:30:33 +0000
commit7e252facf455712f2889c2a3132ee5bda7745e0c (patch)
treee36ed0baa04ce08a618798125a084964226eb3bd
parentc590272b42e93312c35e2c65311528e435564f7c (diff)
downloadFreeBSD-src-7e252facf455712f2889c2a3132ee5bda7745e0c.zip
FreeBSD-src-7e252facf455712f2889c2a3132ee5bda7745e0c.tar.gz
Switch over to ULE as the default scheduler for amd64 and i386
architectures.
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b4ead89..70d221c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -26,7 +26,7 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options SCHED_4BSD # 4BSD scheduler
+options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 596596e..dd4dd10 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -28,7 +28,7 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options SCHED_4BSD # 4BSD scheduler
+options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
OpenPOWER on IntegriCloud