sched/fair: consider uclamp boost while deciding the start_cpu
The find_best_target() looks for the higher capacity CPU when
the task is boosted. However the current code does not consider
the boost while deciding the start_cpu. This may result in
unnecessary traversal of the lower capacity CPU group in
find_best_target().
Change-Id: I8153482e15d2c9ea8971415edb9dbd54e10e11d0
Signed-off-by:
Pavankumar Kondeti <pkondeti@codeaurora.org>
Loading
Please register or sign in to comment