summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2012-12-16 20:54:07 +0000
committermarius <marius@FreeBSD.org>2012-12-16 20:54:07 +0000
commitf218d978bf22f1f76c4b69454a6b852fb5331225 (patch)
tree2a063a2c452fd293a0058f8d2d4a70f78e146174 /sys/sparc64/conf
parentcfc83fc6d6db11d09e1c612911d5d49cc180cf4b (diff)
downloadFreeBSD-src-f218d978bf22f1f76c4b69454a6b852fb5331225.zip
FreeBSD-src-f218d978bf22f1f76c4b69454a6b852fb5331225.tar.gz
Revert r237842 and switch back to SCHED_ULE. All problems I encountered
with the latter have been fixed with r241780. MFC after: 3 days
Diffstat (limited to 'sys/sparc64/conf')
-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 81d82e3..bcd94cd 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