Commit 7c6c16f3 authored by Bruce Ashfield's avatar Bruce Ashfield Committed by Ingo Molnar

sched: CONFIG_SCHED_GROUP_FAIR=y fixlet

when I built with CONFIG_FAIR_GROUP_SCHED=y, I need the following change
to make things right.

[ From: mingo@elte.hu ]

this config option is not upstream-configurable right now but lets fix
this for completeness.
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1a8f4610
...@@ -1057,7 +1057,7 @@ static void task_new_fair(struct rq *rq, struct task_struct *p) ...@@ -1057,7 +1057,7 @@ static void task_new_fair(struct rq *rq, struct task_struct *p)
*/ */
static void set_curr_task_fair(struct rq *rq) static void set_curr_task_fair(struct rq *rq)
{ {
struct sched_entity *se = &rq->curr.se; struct sched_entity *se = &rq->curr->se;
for_each_sched_entity(se) for_each_sched_entity(se)
set_next_entity(cfs_rq_of(se), se); set_next_entity(cfs_rq_of(se), se);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment