]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit162660dabd992004bee08a84691e752e88782df0
treec78875d9cba2167ab78e38de13343ef594fc1a2a
parent8cc7a12af5d5f19aa9e2ff372f3dab5440964f3a
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