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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to