Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 14:13:42 +0000
From:      rudot@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r236291 - soc2012/rudot/aux/config
Message-ID:  <20120524141342.92657106564A@hub.freebsd.org>

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



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