diff options
author | 2022-02-10 14:49:07 -0800 | |
---|---|---|
committer | 2022-04-10 22:30:04 +0200 | |
commit | 8afbcaf8690dac19ebf570a4e4fef9c59c75bf8e (patch) | |
tree | bd7e580ff4b930bfef65210bc558775c9e7d36c7 /scripts/gdb/linux/utils.py | |
parent | timers: Move timer sysctl into the timer code (diff) | |
download | linux-dev-8afbcaf8690dac19ebf570a4e4fef9c59c75bf8e.tar.xz linux-dev-8afbcaf8690dac19ebf570a4e4fef9c59c75bf8e.zip |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions