OSDN Git Service

bitops: Add clear/set_bit32() to linux/bitops.h
authorAndi Kleen <ak@linux.intel.com>
Fri, 13 Oct 2017 21:56:41 +0000 (14:56 -0700)
committerIngo Molnar <mingo@kernel.org>
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 <ak@linux.intel.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171013215645.23166-2-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/bitops.h