diff options
author | Andi Kleen <ak@linux.intel.com> | 2017-10-14 00:56:41 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-10-17 18:14:56 +0300 |
commit | cbe96375025e14fc76f9ed42ee5225120d7210f8 (patch) | |
tree | 3cf4b026d73aa903984aabb03aecca3b1dc0b33e /arch/x86/include/asm/cpufeature.h | |
parent | 127a1bea40f7f2a36bc7207ea4d51bb6b4e936fa (diff) | |
download | linux-cbe96375025e14fc76f9ed42ee5225120d7210f8.tar.xz |
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>
Diffstat (limited to 'arch/x86/include/asm/cpufeature.h')
0 files changed, 0 insertions, 0 deletions