Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 17:40:01 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227980 - head/sys/sparc64/conf
Message-ID:  <201111251740.pAPHe1PO053233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Fri Nov 25 17:40:01 2011
New Revision: 227980
URL: http://svn.freebsd.org/changeset/base/227980

Log:
  Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 are
  compatible with each other and since r227539 the last issue seen when
  using SCHED_ULE is fixed. At least on UP and 2-way machines SCHED_4BSD
  still performs better than SCHED_ULE, however, the optimizations done
  in r225889 pretty much compensate that so there's at least no net
  regression.
  Thanks go to Peter Jeremy for extensive testing.

Modified:
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Fri Nov 25 17:08:39 2011	(r227979)
+++ head/sys/sparc64/conf/GENERIC	Fri Nov 25 17:40:01 2011	(r227980)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111251740.pAPHe1PO053233>