aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorSrivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>2007-10-15 11:00:09 -0400
committerIngo Molnar <mingo@elte.hu>2007-10-15 11:00:09 -0400
commit9b5b77512dce239fa168183fa71896712232e95a (patch)
tree2a95cf9151b4b6bd745236858f5b73b639dbc0d9 /init/Kconfig
parent75c28ace9f2b2f403674e045939424a77c95b47c (diff)
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
With the view of supporting user-id based fair scheduling (and not just container-based fair scheduling), this patch renames several functions and makes them independent of whether they are being used for container or user-id based fair scheduling. Also fix a problem reported by KAMEZAWA Hiroyuki (wrt allocating less-sized array for tg->cfs_rq[] and tf->se[]). Signed-off-by: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 11c6762a6529..ef90a154dd90 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -282,13 +282,12 @@ config CPUSETS
282 Say N if unsure. 282 Say N if unsure.
283 283
284config FAIR_GROUP_SCHED 284config FAIR_GROUP_SCHED
285 bool "Fair group scheduler" 285 bool "Fair group cpu scheduler"
286 depends on EXPERIMENTAL && CONTAINERS 286 default n
287 depends on EXPERIMENTAL
287 help 288 help
288 This option enables you to group tasks and control CPU resource 289 This feature lets cpu scheduler recognize task groups and control cpu
289 allocation to such groups. 290 bandwidth allocation to such task groups.
290
291 Say N if unsure.
292 291
293config SYSFS_DEPRECATED 292config SYSFS_DEPRECATED
294 bool "Create deprecated sysfs files" 293 bool "Create deprecated sysfs files"