sched: CONFIG_SCHED_GROUP_FAIR=y fixlet
authorBruce Ashfield <[email protected]>
Fri, 24 Aug 2007 18:39:10 +0000 (20:39 +0200)
committerIngo Molnar <[email protected]>
Fri, 24 Aug 2007 18:39:10 +0000 (20:39 +0200)
when I built with CONFIG_FAIR_GROUP_SCHED=y, I need the following change
to make things right.

[ From: [email protected] ]

this config option is not upstream-configurable right now but lets fix
this for completeness.

Signed-off-by: Bruce Ashfield <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched_fair.c

index fedbb51bba96fd8ddf294a58cb9871fc8b39b06a..b5270dc98bef22bb34a05e5aa63fb2d1a8e31972 100644 (file)
@@ -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)
 {
-       struct sched_entity *se = &rq->curr.se;
+       struct sched_entity *se = &rq->curr->se;
 
        for_each_sched_entity(se)
                set_next_entity(cfs_rq_of(se), se);