svn commit: r244308 - head/sys/sparc64/conf

Marius Strobl marius at FreeBSD.org
Sun Dec 16 20:54:07 UTC 2012


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


More information about the svn-src-all mailing list