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

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

Merge "smp: Do not wake up all idle CPUs"

parents 2e57f75e 1774bac9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -772,6 +772,7 @@ void wake_up_all_idle_cpus(void)
		if (cpu == smp_processor_id())
			continue;

		if (!cpu_isolated(cpu))
			wake_up_if_idle(cpu);
	}
	preempt_enable();