summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-25 17:40:01 +0000
committermarius <marius@FreeBSD.org>2011-11-25 17:40:01 +0000
commit0808475dfbed09f36fecdfe350a52ee2132c5b17 (patch)
treefe8683d68517c45fddd349916732592463655874 /sys/sparc64
parent49d1f9d807f97b98000d8dab0a3d4ce010f5f100 (diff)
downloadFreeBSD-src-0808475dfbed09f36fecdfe350a52ee2132c5b17.zip
FreeBSD-src-0808475dfbed09f36fecdfe350a52ee2132c5b17.tar.gz
Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 are
compatible with each other and since r227539 the last issue seen when using SCHED_ULE is fixed. At least on UP and 2-way machines SCHED_4BSD still performs better than SCHED_ULE, however, the optimizations done in r225889 pretty much compensate that so there's at least no net regression. Thanks go to Peter Jeremy for extensive testing.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index a686ca5..667e9e4 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -26,7 +26,7 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.
-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