bitops: Add clear/set_bit32() to linux/bitops.h
authorAndi Kleen <[email protected]>
Fri, 13 Oct 2017 21:56:41 +0000 (14:56 -0700)
committerIngo Molnar <[email protected]>
Tue, 17 Oct 2017 15:14:56 +0000 (17:14 +0200)
commitcbe96375025e14fc76f9ed42ee5225120d7210f8
tree3cf4b026d73aa903984aabb03aecca3b1dc0b33e
parent127a1bea40f7f2a36bc7207ea4d51bb6b4e936fa
bitops: Add clear/set_bit32() to linux/bitops.h

Add two simple wrappers around set_bit/clear_bit() that accept
the common case of an u32 array. This avoids writing
casts in all callers.

Signed-off-by: Andi Kleen <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/bitops.h