Re: [PATCH V3 6/7] lib/group_cpus: allow to group cpus in case of !CONFIG_SMP

From: Christoph Hellwig
Date: Tue Sep 28 2021 - 01:27:26 EST


On Tue, Sep 28, 2021 at 08:55:57AM +0800, Ming Lei wrote:
> Allows group_cpus_evenly() to be called in case of !CONFIG_SMP by simply
> assigning all CPUs into the 1st group.
>
> Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx>

I would hav folded this into the previous patch, but otherwise:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>