aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2012-06-30 14:55:36 +0000
committerMarius Strobl <marius@FreeBSD.org>2012-06-30 14:55:36 +0000
commit5f42fa17939a6b4b4ee58ae0bd913101bee2f898 (patch)
tree14ec5d20bebabf0949d0c622123418e292b1ef73 /sys/sparc64/conf
parent478f9295ef3e5601241943f59fa6c2ce579676be (diff)
downloadsrc-5f42fa17939a6b4b4ee58ae0bd913101bee2f898.tar.gz
src-5f42fa17939a6b4b4ee58ae0bd913101bee2f898.zip
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
Notes
Notes: svn path=/head/; revision=237842
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 7a92a7ec561d..3a2cfeb736df 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