diff options
author | Yury Norov <[email protected]> | 2022-02-10 14:49:00 -0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2022-04-10 22:35:38 +0200 |
commit | 3a5ff1f6dd50f5e1c2aa87491910dd6d275af24b (patch) | |
tree | f539026826c48f1de405111385b1aa559d57a750 /lib/mpi/mpi-sub-ui.c | |
parent | 5a0893088a20252cc268cbeabb25e883c2b6f94f (diff) |
x86: Replace cpumask_weight() with cpumask_empty() where appropriate
In some cases, x86 code 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]>
Reviewed-by: Steve Wahl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions