tools: sync find_bit() implementation
authorYury Norov <yury.norov@gmail.com>
Thu, 15 Sep 2022 02:07:30 +0000 (19:07 -0700)
committerYury Norov <yury.norov@gmail.com>
Wed, 21 Sep 2022 19:21:44 +0000 (12:21 -0700)
commit6333cb31a711cc709b6a960d082e04546f4459ee
treec78875d9cba2167ab78e38de13343ef594fc1a2a
parente79864f3164c573afce09ec4b72b75ebe061c14d
tools: sync find_bit() implementation

Sync find_first_bit() and find_next_bit() implementation with the
mother kernel.

Also, drop unused find_last_bit() and find_next_clump8().

Signed-off-by: Yury Norov <yury.norov@gmail.com>
tools/include/linux/find.h
tools/lib/find_bit.c