1
0
Fork 0
alistair23-linux/tools/include/asm-generic
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
..
bitops radix tree test suite: Remove duplicate bitops code 2017-01-27 21:29:39 -05:00
atomic-gcc.h tools include: Add basic atomic.h implementation from the kernel sources 2015-05-08 16:11:05 -03:00
barrier.h tools: Adopt asm-generic/barrier.h 2015-05-08 16:05:04 -03:00
bitops.h tools lib: Add for_each_clear_bit macro 2016-10-24 11:07:33 -03:00
bitsperlong.h tools: Simplify BITS_PER_LONG define 2016-07-15 17:26:41 -03:00