Skip to content

Commit

Permalink
fix compilation after caf merge
Browse files Browse the repository at this point in the history
Signed-off-by: ethan-halsall <ethan.halsall@gmail.com>
  • Loading branch information
ethan-halsall committed Sep 2, 2019
1 parent 2a0e8ae commit a162cbd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -7282,15 +7282,6 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu,
*/
new_util = max(min_util, new_util);

/*
* Include minimum capacity constraint:
* new_util contains the required utilization including
* boost. min_capped_util also takes into account a
* minimum capacity cap imposed on the CPU by external
* actors.
*/
min_capped_util = max(new_util, capacity_min_of(i));

if (cpu_check_overutil_condition(i, new_util))
continue;

Expand Down

0 comments on commit a162cbd

Please sign in to comment.