Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 20:54:07 +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: r244308 - head/sys/sparc64/conf
Message-ID:  <201212162054.qBGKs7Fx048777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sun Dec 16 20:54:07 2012
New Revision: 244308
URL: http://svnweb.freebsd.org/changeset/base/244308

Log:
  Revert r237842 and switch back to SCHED_ULE. All problems I encountered
  with the latter have been fixed with r241780.
  
  MFC after:	3 days

Modified:
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Sun Dec 16 20:43:29 2012	(r244307)
+++ head/sys/sparc64/conf/GENERIC	Sun Dec 16 20:54:07 2012	(r244308)
@@ -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?201212162054.qBGKs7Fx048777>