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

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

Merge "sched/core: Disable irq before calling irq_migrate_all_off_this_cpu"

parents 7e32c3e2 0c9e8e0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5793,10 +5793,10 @@ int do_isolation_work_cpu_stop(void *data)


	watchdog_disable(cpu);
	watchdog_disable(cpu);


	irq_migrate_all_off_this_cpu();

	local_irq_disable();
	local_irq_disable();


	irq_migrate_all_off_this_cpu();

	sched_ttwu_pending();
	sched_ttwu_pending();


	/* Update our root-domain */
	/* Update our root-domain */