aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-bridge.h
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2022-02-10 14:49:05 -0800
committerThomas Gleixner <[email protected]>2022-04-10 22:20:28 +0200
commit911488de0565f1d53bd36174d20917ebc4b44c0e (patch)
tree720dfe6e4dc2bed7e938ba5a3689c0010faa1f0f /include/linux/fpga/fpga-bridge.h
parent3f893a5962d31c0164efdbf6174ed0784f1d7603 (diff)
genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate
__irq_build_affinity_masks() calls cpumask_weight() to check if any bit of a given cpumask is set. This can be done more efficiently with cpumask_empty() because cpumask_empty() stops traversing the cpumask as soon as it finds first set bit, while cpumask_weight() counts all bits unconditionally. Signed-off-by: Yury Norov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions