|
@@ -9,7 +9,7 @@ unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
|
|
static struct autogroup autogroup_default;
|
|
static struct autogroup autogroup_default;
|
|
static atomic_t autogroup_seq_nr;
|
|
static atomic_t autogroup_seq_nr;
|
|
|
|
|
|
-static void autogroup_init(struct task_struct *init_task)
|
|
|
|
|
|
+static void __init autogroup_init(struct task_struct *init_task)
|
|
{
|
|
{
|
|
autogroup_default.tg = &root_task_group;
|
|
autogroup_default.tg = &root_task_group;
|
|
root_task_group.autogroup = &autogroup_default;
|
|
root_task_group.autogroup = &autogroup_default;
|