diff options
| author | Morten Rasmussen <[email protected]> | 2020-02-06 19:19:55 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-02-20 21:03:14 +0100 |
| commit | a526d466798d65cff120ee00ef92931075bf3769 (patch) | |
| tree | 52e2dfc3616e6de03a8fa0e14198b9b8f06e4c46 /tools/testing/selftests/bpf/prog_tests/perf_buffer.c | |
| parent | b7a331615d254191e7f5f0e35aec9adcd6acdc54 (diff) | |
sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
SD_BALANCE_WAKE was previously added to lower sched_domain levels on
asymmetric CPU capacity systems by commit:
9ee1cda5ee25 ("sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems")
to enable the use of find_idlest_cpu() and friends to find an appropriate
CPU for tasks.
That responsibility has now been shifted to select_idle_sibling() and
friends, and hence the flag can be removed. Note that this causes
asymmetric CPU capacity systems to no longer enter the slow wakeup path
(find_idlest_cpu()) on wakeups - only on execs and forks (which is aligned
with all other mainline topologies).
Signed-off-by: Morten Rasmussen <[email protected]>
[Changelog tweaks]
Signed-off-by: Valentin Schneider <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Quentin Perret <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/perf_buffer.c')
0 files changed, 0 insertions, 0 deletions