diff options
| author | Yury Norov <[email protected]> | 2021-08-14 21:16:57 +0000 |
|---|---|---|
| committer | Yury Norov <[email protected]> | 2022-01-15 16:47:30 +0000 |
| commit | b7ec62d7ee0f0b8af6ba190501dff7f9ee6545ca (patch) | |
| tree | e6b779b231eb243ab07ed3283badcccdc86c0bde /tools/lib/find_bit.c | |
| parent | Linux 5.16 (diff) | |
| download | kernel-b7ec62d7ee0f0b8af6ba190501dff7f9ee6545ca.tar.gz kernel-b7ec62d7ee0f0b8af6ba190501dff7f9ee6545ca.zip | |
bitops: protect find_first_{,zero}_bit properly
find_first_bit() and find_first_zero_bit() are not protected with
ifdefs as other functions in find.h. It causes build errors on some
platforms if CONFIG_GENERIC_FIND_FIRST_BIT is enabled.
Signed-off-by: Yury Norov <[email protected]>
Fixes: 2cc7b6a44ac2 ("lib: add fast path for find_first_*_bit() and find_last_bit()")
Reported-by: kernel test robot <[email protected]>
Tested-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/lib/find_bit.c')
0 files changed, 0 insertions, 0 deletions
