commit | 3e6efe87cd5ccabf0f1d4e3ef25881ca0fd337e7 | [log] [tgz] |
---|---|---|
author | Abel Wu <wuyun.abel@bytedance.com> | Wed Sep 07 19:19:56 2022 +0800 |
committer | Peter Zijlstra <peterz@infradead.org> | Wed Sep 07 21:53:46 2022 +0200 |
tree | 94f321aeaa8b48861875c8d44dad301e5e481d6c | |
parent | 33f93525799fa3c841b2ba93a56b2bb32ab11dc9 [diff] |
sched/fair: Remove redundant check in select_idle_smt() If two cpus share LLC cache, then the two cores they belong to are also in the same LLC domain. Signed-off-by: Abel Wu <wuyun.abel@bytedance.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Josh Don <joshdon@google.com> Acked-by: Mel Gorman <mgorman@techsingularity.net> Link: https://lore.kernel.org/r/20220907112000.1854-2-wuyun.abel@bytedance.com