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

Commit 6b452b5c authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

lpm-levels: Wakeup the isolated core for new PMQoS update



Wakeup the isolated core for every new PMQoS update so that
we can re-evaluate the core lpm with new updated PMQoS latency
request.

Change-Id: I969ad216ab353f2dbfe4fc54a75000fa0140fce9
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent 122f4cad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -149,8 +149,7 @@ static int lpm_cpu_qos_notify(struct notifier_block *nb,
	int cpu = nb - dev_pm_qos_nb;

	preempt_disable();
	if (cpu != smp_processor_id() && cpu_online(cpu) &&
	    !check_cpu_isolated(cpu))
	if (cpu != smp_processor_id() && cpu_online(cpu))
		wake_up_if_idle(cpu);
	preempt_enable();