diff options
author | Yury Norov <yury.norov@gmail.com> | 2022-01-23 21:38:48 +0300 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-06-03 16:52:57 +0300 |
commit | a37e94fe7c428ff4663f22966e142e7610ed049d (patch) | |
tree | 63749fad647f426a7b900a800f5a6c170172d6b5 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 4aec74bccf5d047347bdfef3638e3031dd75c0a0 (diff) | |
download | linux-a37e94fe7c428ff4663f22966e142e7610ed049d.tar.xz |
drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate
i915_pmu_cpu_online() calls cpumask_weight() to check if any bit of a
given cpumask is set. We can do it 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 <yury.norov@gmail.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions