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

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

Merge "sched: Fix frequency change checks when affined tasks are migrating"

parents cab6ab5e 1f506ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6686,7 +6686,7 @@ fail:
	raw_spin_unlock(&rq->lock);
	raw_spin_unlock(&p->pi_lock);
	if (moved && !same_freq_domain(src_cpu, dest_cpu)) {
		check_for_freq_change(rq);
		check_for_freq_change(cpu_rq(src_cpu));
		check_for_freq_change(cpu_rq(dest_cpu));
	}
	if (moved && task_notify_on_migrate(p)) {