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

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

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

parents 98c9a6f5 6b452b5c
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();