Skip to content

Commit

Permalink
sched: RT-balance on new task
Browse files Browse the repository at this point in the history
rt-balance when creating new tasks.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jan 25, 2008
1 parent 610bf05 commit 0d1311a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,7 @@ void fastcall wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
inc_nr_running(p, rq);
}
check_preempt_curr(rq, p);
wakeup_balance_rt(rq, p);
task_rq_unlock(rq, &flags);
}

Expand Down

0 comments on commit 0d1311a

Please sign in to comment.