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

Commit 5546bb9d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 9d06e6f8 158c18d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -475,8 +475,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: