diff options
author | Yury Norov <yury.norov@gmail.com> | 2021-08-14 23:17:05 +0200 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-01-15 17:47:31 +0100 |
commit | 9b51d9d866482a703646fd4c07e433c3d9d88efd (patch) | |
tree | 848b62fea613d49466544ae6e441ddac0478ff34 /kernel/notifier.c | |
parent | tools: sync tools/bitmap with mother linux (diff) | |
download | linux-9b51d9d866482a703646fd4c07e433c3d9d88efd.tar.xz linux-9b51d9d866482a703646fd4c07e433c3d9d88efd.zip |
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
cpumask_first() is a more effective analogue of 'next' version if n == -1
(which means start == 0). This patch replaces 'next' with 'first' where
things look trivial.
There's no cpumask_first_zero() function, so create it.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'kernel/notifier.c')
0 files changed, 0 insertions, 0 deletions