]> git.baikalelectronics.ru Git - kernel.git/commit
sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
authorValentin Schneider <vschneid@redhat.com>
Mon, 3 Oct 2022 15:34:20 +0000 (16:34 +0100)
committerYury Norov <yury.norov@gmail.com>
Thu, 6 Oct 2022 12:57:36 +0000 (05:57 -0700)
commitcabd48b050df57c383faf16665fa7f01cd4f1afe
tree8d123aa6eb8fcb847287990cab877474cf9243b2
parentd446728c3cef4d3d4c379065a7d00ad313d47de7
sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()

This removes the second use of the sched_core_mask temporary mask.

Suggested-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Valentin Schneider <vschneid@redhat.com>
kernel/sched/core.c