]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit585463f0d58aa4d29b744c7c53b222b8028de87f
tree8d123aa6eb8fcb847287990cab877474cf9243b2
parent49937cd12331cc3966b3f8628253fe62fbbd35a1
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