Skip to content

Commit b5c22ba

Browse files
sixtakuDhineshCool
authored andcommitted
sched: core: Clear walt rq request in cpu starting
Clear walt rq request in cpu starting. Change-Id: Id3004337f3924984b8b812151a6ba01c6f1c013e Signed-off-by: Maria Yu <aiquny@codeaurora.org> (cherry picked from commit 32df8f93e147dd54331161e9180d7ea488b750f9)
1 parent 74a8607 commit b5c22ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/sched/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8115,6 +8115,7 @@ int sched_cpu_starting(unsigned int cpu)
81158115
{
81168116
set_cpu_rq_start_time(cpu);
81178117
sched_rq_cpu_starting(cpu);
8118+
clear_walt_request(cpu);
81188119
return 0;
81198120
}
81208121

0 commit comments

Comments
 (0)