svn commit: r245992 - stable/9/sys/sparc64/conf
Marius Strobl
marius at FreeBSD.org
Sun Jan 27 17:38:29 UTC 2013
Author: marius
Date: Sun Jan 27 17:38:29 2013
New Revision: 245992
URL: http://svnweb.freebsd.org/changeset/base/245992
Log:
Revert r237842 (MFC'ed to stable/9 in r238012) and switch back to
SCHED_ULE. All problems I encountered with the latter have been
fixed with r241780 (MFC'ed to stable/9 in r245981).
Modified:
stable/9/sys/sparc64/conf/GENERIC
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/9/sys/sparc64/conf/GENERIC Sun Jan 27 17:33:28 2013 (r245991)
+++ stable/9/sys/sparc64/conf/GENERIC Sun Jan 27 17:38:29 2013 (r245992)
@@ -26,7 +26,7 @@ makeoptions DEBUG=-g # Build kernel wit
# 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
More information about the svn-src-stable-9
mailing list