summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2012-06-30 14:55:36 +0000
committermarius <marius@FreeBSD.org>2012-06-30 14:55:36 +0000
commitd339b713050e37bc4b3ec9131096ac110b8529ac (patch)
tree14ec5d20bebabf0949d0c622123418e292b1ef73 /sys/sparc64/conf
parentf8115adb5466f4580393cac5caeff84687b4083d (diff)
downloadFreeBSD-src-d339b713050e37bc4b3ec9131096ac110b8529ac.zip
FreeBSD-src-d339b713050e37bc4b3ec9131096ac110b8529ac.tar.gz
Switch back to the 4BSD scheduler for now. There is some more or less
recent regression with ULE, causing processes to get stuck in getblk as well as interrupt handler execution delays to rise above the command timeout of mpt(4). 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 7a92a7e..3a2cfeb 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_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