Re: [PATCH v4 01/21] linux/bitmap.h: add bitmap_empty helper

2024-07-09 Thread Tom Rini
On Tue, Jul 09, 2024 at 11:34:29AM +0200, Caleb Connolly wrote: > Import this function from Linux as of 6.10-rc6 > > Signed-off-by: Caleb Connolly Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v4 01/21] linux/bitmap.h: add bitmap_empty helper

2024-07-09 Thread Caleb Connolly
Import this function from Linux as of 6.10-rc6 Signed-off-by: Caleb Connolly --- include/linux/bitmap.h | 8 1 file changed, 8 insertions(+) diff --git a/include/linux/bitmap.h b/include/linux/bitmap.h index 0a8503af9f14..40ca2212cb40 100644 --- a/include/linux/bitmap.h +++ b/include/l