Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d1311a5 authored by Steven Rostedt's avatar Steven Rostedt Committed by Ingo Molnar
Browse files

sched: RT-balance on new task



rt-balance when creating new tasks.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 610bf056
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}