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

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

Merge "sched/core: fix warning from _nohz_idle_balance() after core unisolation"

parents 3f21247a 63862d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6174,7 +6174,7 @@ int sched_unisolate_cpu_unlocked(int cpu)
		stop_cpus(cpumask_of(cpu), do_unisolation_work_cpu_stop, 0);

		/* Kick CPU to immediately do load balancing */
		if (!atomic_fetch_or(NOHZ_BALANCE_KICK, nohz_flags(cpu)))
		if (!atomic_fetch_or(NOHZ_KICK_MASK, nohz_flags(cpu)))
			smp_send_reschedule(cpu);
	}