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

Commit c61d0115 authored by Maria Yu's avatar Maria Yu Committed by Gerrit - the friendly Code Review server
Browse files

sched: core: Clear walt rq request in cpu starting



Clear walt rq request in cpu starting.

Change-Id: Id3004337f3924984b8b812151a6ba01c6f1c013e
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent 80d949a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6256,6 +6256,7 @@ int sched_cpu_starting(unsigned int cpu)
{
	set_cpu_rq_start_time(cpu);
	sched_rq_cpu_starting(cpu);
	clear_walt_request(cpu);
	return 0;
}