]> git.baikalelectronics.ru Git - kernel.git/commit
bitops: protect find_first_{,zero}_bit properly
authorYury Norov <yury.norov@gmail.com>
Sat, 14 Aug 2021 21:16:57 +0000 (14:16 -0700)
committerYury Norov <yury.norov@gmail.com>
Sat, 15 Jan 2022 16:47:30 +0000 (08:47 -0800)
commit0e243d6a99e1b0dab64bbd744c10ec05002a6824
treee6b779b231eb243ab07ed3283badcccdc86c0bde
parent416c5e2061be25d771057476fa74f2d0c3351836
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 <yury.norov@gmail.com>
Fixes: 538057c80942 ("lib: add fast path for find_first_*_bit() and find_last_bit()")
Reported-by: kernel test robot <lkp@intel.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
include/asm-generic/bitops/find.h