socsvn commit: r236291 - soc2012/rudot/aux/config

rudot at FreeBSD.org rudot at FreeBSD.org
Thu May 24 14:13:44 UTC 2012


Author: rudot
Date: Thu May 24 14:13:42 2012
New Revision: 236291
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236291

Log:
  switch to 4bsd scheduler

Modified:
  soc2012/rudot/aux/config/RCTL

Modified: soc2012/rudot/aux/config/RCTL
==============================================================================
--- soc2012/rudot/aux/config/RCTL	Thu May 24 13:15:15 2012	(r236290)
+++ soc2012/rudot/aux/config/RCTL	Thu May 24 14:13:42 2012	(r236291)
@@ -5,7 +5,7 @@
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
-options 	SCHED_ULE		# ULE scheduler
+options 	SCHED_4BSD		# 4BSD scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols


More information about the svn-soc-all mailing list