diff options
author | Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> | 2007-10-15 11:00:07 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:07 -0400 |
commit | 29f59db3a74b0bdf78a1f5b53ef773caa82692dc (patch) | |
tree | 5ac877639bac41d3749d08b7f624bd13052e5ec6 /init/Kconfig | |
parent | 119fe5e06800afc197781ebc8c2d8ca7d03497c8 (diff) |
sched: group-scheduler core
Add interface to control cpu bandwidth allocation to task-groups.
(not yet configurable, due to missing CONFIG_CONTAINERS)
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>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index d54d0cadcc06..11c6762a6529 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -281,6 +281,15 @@ config CPUSETS | |||
281 | 281 | ||
282 | Say N if unsure. | 282 | Say N if unsure. |
283 | 283 | ||
284 | config FAIR_GROUP_SCHED | ||
285 | bool "Fair group scheduler" | ||
286 | depends on EXPERIMENTAL && CONTAINERS | ||
287 | help | ||
288 | This option enables you to group tasks and control CPU resource | ||
289 | allocation to such groups. | ||
290 | |||
291 | Say N if unsure. | ||
292 | |||
284 | config SYSFS_DEPRECATED | 293 | config SYSFS_DEPRECATED |
285 | bool "Create deprecated sysfs files" | 294 | bool "Create deprecated sysfs files" |
286 | default y | 295 | default y |