alistair23-linux/tools/include/asm-generic/bitops
Matthew Wilcox c68a2aab33 radix tree test suite: Remove duplicate bitops code
By adding __set_bit and __clear_bit to the tools include directory, we
can share the bitops code.  This reveals an include loop between kernel.h,
log2.h, bitmap.h and bitops.h.  Break it the same way as the kernel does;
by moving the kernel.h include from bitops.h to bitmap.h.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
2017-01-27 21:29:39 -05:00
..
__ffs.h tools: Copy the bitsperlong.h files from the kernel 2016-07-12 15:20:39 -03:00
__ffz.h tools lib: Add for_each_clear_bit macro 2016-10-24 11:07:33 -03:00
__fls.h tools: Copy the bitops files accessed from the kernel and check for drift 2016-07-18 18:33:41 -03:00
arch_hweight.h tools: Copy the bitops files accessed from the kernel and check for drift 2016-07-18 18:33:41 -03:00
atomic.h radix tree test suite: Remove duplicate bitops code 2017-01-27 21:29:39 -05:00
const_hweight.h tools: Copy the bitops files accessed from the kernel and check for drift 2016-07-18 18:33:41 -03:00
find.h tools lib: Add for_each_clear_bit macro 2016-10-24 11:07:33 -03:00
fls.h tools: Copy the bitops files accessed from the kernel and check for drift 2016-07-18 18:33:41 -03:00
fls64.h tools: Copy the bitops files accessed from the kernel and check for drift 2016-07-18 18:33:41 -03:00
hweight.h tools: Remove bitops/hweight usage of bits in tools/perf 2015-01-16 17:49:29 -03:00