]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools: sync tools/bitmap with mother linux
authorYury Norov <yury.norov@gmail.com>
Mon, 23 Aug 2021 23:59:57 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:34:49 +0000 (09:34 +1000)
commit0803a22a559adfbb78289b297a88d34db64a173d
treecec310fe85c3422a9b2c1622756c65294b953df6
parentd49b694c3ef9d700e860b9854d8d5addae50651a
tools: sync tools/bitmap with mother linux

Remove tools/include/asm-generic/bitops/find.h and copy
include/linux/bitmap.h to tools.  find_*_le() functions are not copied
because not needed in tools.

Link: https://lkml.kernel.org/r/20210814211713.180533-9-yury.norov@gmail.com
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: Alexander Lobakin <alobakin@pm.me>
Cc: Alexey Klimov <aklimov@redhat.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
MAINTAINERS
tools/include/asm-generic/bitops.h
tools/include/linux/bitmap.h
tools/include/linux/find.h [moved from tools/include/asm-generic/bitops/find.h with 63% similarity]
tools/lib/find_bit.c