]> git.baikalelectronics.ru Git - kernel.git/commit
tools lib: Add bitmap_and function
authorJiri Olsa <jolsa@kernel.org>
Mon, 1 Aug 2016 18:02:31 +0000 (20:02 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 2 Aug 2016 19:33:27 +0000 (16:33 -0300)
commite4c217027c17079581d2205b9022ea1e4b10fd5b
treecac565727d5c11ee0e6044e16f51d53b2351e251
parent0d9598c3a3f34f52feca6f15e390f6e4cd3f9b77
tools lib: Add bitmap_and function

Add support to perform logical and on bitmaps.  Code taken from kernel's
include/linux/bitmap.h.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1470074555-24889-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/bitmap.h
tools/lib/bitmap.c