sched/fair: don't skip based on target capacity
commit 434dab22 ("sched/fair: do not reset target_capacity") removed the snippet that skipped processing cpus with higher capacity than the target. This was because the skip was done later in the loop which did not process further cpus unless we are in boost and have higher capacity to visit next. However a recent merge from upstream reintroduced this snippet. commit b2c84630 ("Merge android-4.14-p.61 (b7e55e84) into msm-4.14"). Remove that snippet again. Change-Id: Id69f82b89b015fa24b8deaf5671069a631a90161 Signed-off-by:Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Loading
Please register or sign in to comment