diff options
author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | 2008-04-19 13:44:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-19 13:44:59 -0400 |
commit | ec7dc8ac73e4a56ed03b673f026f08c0d547f597 (patch) | |
tree | 851dd612f2c80e4643d10c18bb33ab5b2df9aa70 /include/linux/sched.h | |
parent | 354d60c2ff72d86627dfe2089d186824abf4bb8e (diff) |
sched: allow the group scheduler to have multiple levels
This patch makes the group scheduler multi hierarchy aware.
[a.p.zijlstra@chello.nl: rt-parts and assorted fixes]
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 79c025c3b627..fa14781747cb 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2052,7 +2052,7 @@ extern void normalize_rt_tasks(void); | |||
2052 | 2052 | ||
2053 | extern struct task_group init_task_group; | 2053 | extern struct task_group init_task_group; |
2054 | 2054 | ||
2055 | extern struct task_group *sched_create_group(void); | 2055 | extern struct task_group *sched_create_group(struct task_group *parent); |
2056 | extern void sched_destroy_group(struct task_group *tg); | 2056 | extern void sched_destroy_group(struct task_group *tg); |
2057 | extern void sched_move_task(struct task_struct *tsk); | 2057 | extern void sched_move_task(struct task_struct *tsk); |
2058 | #ifdef CONFIG_FAIR_GROUP_SCHED | 2058 | #ifdef CONFIG_FAIR_GROUP_SCHED |