summaryrefslogtreecommitdiff
path: root/tools/objtool/elf.c
diff options
context:
space:
mode:
authorMel Gorman <mgorman@techsingularity.net>2021-01-27 16:52:03 +0300
committerIngo Molnar <mingo@kernel.org>2021-02-17 16:07:25 +0300
commit9fe1f127b913318c631d0041ecf71486e38c2c2d (patch)
tree099925bb3e479747b50765ca341b0862806fd5c6 /tools/objtool/elf.c
parent6cd56ef1df399a004f90ecb682427f9964969fc9 (diff)
downloadlinux-9fe1f127b913318c631d0041ecf71486e38c2c2d.tar.xz
sched/fair: Merge select_idle_core/cpu()
Both select_idle_core() and select_idle_cpu() do a loop over the same cpumask. Observe that by clearing the already visited CPUs, we can fold the iteration and iterate a core at a time. All we need to do is remember any non-idle CPU we encountered while scanning for an idle core. This way we'll only iterate every CPU once. 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/20210127135203.19633-5-mgorman@techsingularity.net
Diffstat (limited to 'tools/objtool/elf.c')
0 files changed, 0 insertions, 0 deletions