commit | 6cd56ef1df399a004f90ecb682427f9964969fc9 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@techsingularity.net> | Mon Jan 25 08:59:08 2021 +0000 |
committer | Ingo Molnar <mingo@kernel.org> | Wed Feb 17 14:06:59 2021 +0100 |
tree | 9e6f4c948d9c2d161d640b3f88e762dde8bcb9bc | |
parent | ed3cd45f8ca873dd320ff7e6b4c1c8f83a65302c [diff] |
sched/fair: Remove select_idle_smt() In order to make the next patch more readable, and to quantify the actual effectiveness of this pass, start by removing it. Signed-off-by: Mel Gorman <mgorman@techsingularity.net> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org> Link: https://lkml.kernel.org/r/20210125085909.4600-4-mgorman@techsingularity.net