|
@@ -8362,7 +8362,7 @@ static inline void unregister_fair_sched_group(struct task_group *tg, int cpu)
|
|
list_del_leaf_cfs_rq(tg->cfs_rq[cpu]);
|
|
list_del_leaf_cfs_rq(tg->cfs_rq[cpu]);
|
|
raw_spin_unlock_irqrestore(&rq->lock, flags);
|
|
raw_spin_unlock_irqrestore(&rq->lock, flags);
|
|
}
|
|
}
|
|
-#else /* !CONFG_FAIR_GROUP_SCHED */
|
|
|
|
|
|
+#else /* !CONFIG_FAIR_GROUP_SCHED */
|
|
static inline void free_fair_sched_group(struct task_group *tg)
|
|
static inline void free_fair_sched_group(struct task_group *tg)
|
|
{
|
|
{
|
|
}
|
|
}
|