Commit 7ea56616ba6b3d67a4892728182e38ae162ea3e7

Authored by Peter Zijlstra
Committed by Ingo Molnar
1 parent 49307fd6f7

sched: rt-group: fix hierarchy

Don't re-set the entity's runqueue to the wrong rq after we've set it
to the right one.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Tested-by: Daniel K. <dk@uw.no>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -7628,7 +7628,6 @@
7628 7628 else
7629 7629 rt_se->rt_rq = parent->my_q;
7630 7630  
7631   - rt_se->rt_rq = &rq->rt;
7632 7631 rt_se->my_q = rt_rq;
7633 7632 rt_se->parent = parent;
7634 7633 INIT_LIST_HEAD(&rt_se->run_list);