Commit c5b0a7e
sched/fair: Remove sysctl_sched_migration_cost condition
With a default value of 500us, sysctl_sched_migration_cost is
significanlty higher than the cost of load_balance. Remove the
condition and rely on the sd->max_newidle_lb_cost to abort
newidle_balance.
Suggested-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Dietmar Eggemann <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]1 parent e60b56e commit c5b0a7e
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10895 | 10895 | | |
10896 | 10896 | | |
10897 | 10897 | | |
10898 | | - | |
10899 | | - | |
| 10898 | + | |
10900 | 10899 | | |
10901 | 10900 | | |
10902 | 10901 | | |
| |||
0 commit comments