Re: [PATCH v10 1/5] bitops: Add clear/set_bit32 to linux/bitops.h
From: Thomas Gleixner
Date: Tue Oct 17 2017 - 11:14:31 EST
On Fri, 13 Oct 2017, Andi Kleen wrote:
> From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
>
> 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.
Nice.
Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>