Re: [PATCH v2 1/2] cpumask: Add for_each_cpu_from()

From: Valentin Schneider
Date: Mon Apr 15 2024 - 07:50:15 EST


On 10/04/24 16:33, Kyle Meyer wrote:
> Add for_each_cpu_from() as a generic cpumask macro.
>
> for_each_cpu_from() is the same as for_each_cpu(), except it starts at
> @cpu instead of zero.
>
> Signed-off-by: Kyle Meyer <kyle.meyer@xxxxxxx>
> Acked-by: Yury Norov <yury.norov@xxxxxxxxx>

Reviewed-by: Valentin Schneider <vschneid@xxxxxxxxxx>