On 25/06/2024 21:07, Andrew Cooper wrote:
>
>
> The current implementation wants to take an in-memory bitmap. However, all
> ARM callers and all-but-1 x86 callers spill a scalar to the stack in order to
> use the "generic arbitrary bitmap" helpers under the hood.
>
> This functions, but it's far from ideal.
>
> Rename the construct and move it into bitmap.h, because having an iterator for
> an arbitrary bitmap is a useful thing.
>
> This will allow us to re-implement for_each_set_bit() to be more appropriate
> for scalar values.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Michal Orzel <michal.or...@amd.com>
~Michal