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

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

Merge "sched: core: Clear walt rq request in cpu starting"

parents e6224635 20eac221
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6381,6 +6381,7 @@ int sched_cpu_starting(unsigned int cpu)
{
	sched_rq_cpu_starting(cpu);
	sched_tick_start(cpu);
	clear_walt_request(cpu);
	return 0;
}