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

Commit 59877822 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/core: Add missing update_rq_clock() call while pushing task" into msm-4.14

parents 71218b2d 45fe1156
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10658,6 +10658,7 @@ static int active_load_balance_cpu_stop(void *data)
			push_task->state == TASK_RUNNING &&
			task_cpu(push_task) == busiest_cpu &&
					cpu_online(target_cpu)) {
			update_rq_clock(busiest_rq);
			detach_task(push_task, &env);
			push_task_detached = 1;
			moved = true;