diff options
author | Yury Norov <yury.norov@gmail.com> | 2022-02-10 14:49:07 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-04-10 22:30:04 +0200 |
commit | 8afbcaf8690dac19ebf570a4e4fef9c59c75bf8e (patch) | |
tree | bd7e580ff4b930bfef65210bc558775c9e7d36c7 /tools/perf/scripts/python | |
parent | efaa0227f6c6a5073951b20cf2f8c63c4155306c (diff) |
clocksource: Replace cpumask_weight() with cpumask_empty()
clocksource_verify_percpu() 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 <yury.norov@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20220210224933.379149-24-yury.norov@gmail.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions