From 1abf62e3bb2ea8282378630c2507c401863fbcac Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 2 Jul 2012 19:13:38 +0000 Subject: [PATCH] MFC: r237842 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). git-svn-id: svn://svn.freebsd.org/base/stable/9@238012 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/sparc64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 6a27ad697..bbda1c0c7 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 -- 2.45.0