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

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

Merge "kernel: power: qos: remove check for core isolation while cluster LPMs"

parents 72878505 d42a40ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -478,8 +478,6 @@ int pm_qos_request_for_cpumask(int pm_qos_class, struct cpumask *mask)
	val = c->default_value;

	for_each_cpu(cpu, mask) {
		if (cpu_isolated(cpu))
			continue;

		switch (c->type) {
		case PM_QOS_MIN: