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

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

Merge "sched/core: Keep rq online after cpu isolation"

parents df0f043d ccf165d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5819,6 +5819,9 @@ int do_isolation_work_cpu_stop(void *data)
	}

	migrate_tasks(rq, &rf, false);

	if (rq->rd)
		set_rq_online(rq);
	raw_spin_unlock(&rq->lock);

	clear_walt_request(cpu);