On 23/02/2022 19:08, Julien Grall wrote:
> From: Julien Grall <[email protected]>
>
> The local variable pg_offlined in free_heap_pages() can only take two
> values. So switch it to a bool.
>
> Signed-off-by: Julien Grall <[email protected]>

I'd argue this might want to go as far as declaring Fixes: 289610483fc43
which really did introduce one bool pg_offlined and one unsigned int
pg_offlined which were the same thing.

Either way, Acked-by: Andrew Cooper <[email protected]>

Reply via email to