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

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

Merge "sched: fair: Fix IRQ awareness"

parents c41530a3 d10fa50f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6996,7 +6996,7 @@ static int energy_aware_wake_cpu(struct task_struct *p, int target, int sync)
			if (is_reserved(i))
				continue;

			if (sched_cpu_high_irqload(cpu))
			if (sched_cpu_high_irqload(i))
				continue;

			/*