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

From: Christoph Hellwig
Date: Tue Aug 17 2021 - 00:52:59 EST


On Sat, Aug 14, 2021 at 08:35:31PM +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.

Looks good, but almost too large for an inline function.