PERFORCE change 102529 for review

Chris Jones cdjones at FreeBSD.org
Thu Jul 27 07:10:38 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102529

Change 102529 by cdjones at cdjones-impulse on 2006/07/27 07:10:35

	Add hooks to support SCHED_HIER at kernel compile time.

Affected files ...

.. //depot/projects/soc2006/cdjones_jail/src/sys/conf/NOTES#2 edit
.. //depot/projects/soc2006/cdjones_jail/src/sys/conf/files#2 edit
.. //depot/projects/soc2006/cdjones_jail/src/sys/conf/options#2 edit

Differences ...

==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/NOTES#2 (text+ko) ====

@@ -171,7 +171,11 @@
 # advantages for UP as well.  It is intended to replace the 4BSD scheduler
 # over time.
 #
+# SCHED_HIER is an experimental scheduler intended to allow CPU share
+# limiting for jails.
+#
 options 	SCHED_4BSD
+#options	SCHED_HIER
 #options 	SCHED_ULE
 
 #####################################################################

==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/files#2 (text+ko) ====

@@ -1287,6 +1287,7 @@
 kern/md4c.c			optional netsmb
 kern/md5c.c			standard
 kern/sched_4bsd.c		optional sched_4bsd
+kern/sched_hier.c		optional sched_hier
 kern/sched_ule.c		optional sched_ule
 kern/subr_autoconf.c		standard
 kern/subr_blist.c		standard

==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/options#2 (text+ko) ====

@@ -126,6 +126,7 @@
 PUC_FASTINTR	opt_puc.h
 QUOTA
 SCHED_4BSD	opt_sched.h
+SCHED_HIER	opt_sched.h
 SCHED_ULE	opt_sched.h
 SHOW_BUSYBUFS
 SLEEPQUEUE_PROFILING


More information about the p4-projects mailing list