Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 17:38:29 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r245992 - stable/9/sys/sparc64/conf
Message-ID:  <201301271738.r0RHcTlP023944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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