diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index fa14781747cb..ada24022d230 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2051,6 +2051,9 @@ extern void normalize_rt_tasks(void); | |||
2051 | #ifdef CONFIG_GROUP_SCHED | 2051 | #ifdef CONFIG_GROUP_SCHED |
2052 | 2052 | ||
2053 | extern struct task_group init_task_group; | 2053 | extern struct task_group init_task_group; |
2054 | #ifdef CONFIG_USER_SCHED | ||
2055 | extern struct task_group root_task_group; | ||
2056 | #endif | ||
2054 | 2057 | ||
2055 | extern struct task_group *sched_create_group(struct task_group *parent); | 2058 | extern struct task_group *sched_create_group(struct task_group *parent); |
2056 | extern void sched_destroy_group(struct task_group *tg); | 2059 | extern void sched_destroy_group(struct task_group *tg); |