Re: [PATCH v9 02/13] lib/group_cpus: remove dead !SMP code

From: Sebastian Andrzej Siewior

Date: Wed Apr 01 2026 - 08:46:34 EST


On 2026-03-30 18:10:36 [-0400], Aaron Tomlin wrote:
> From: Daniel Wagner <wagi@xxxxxxxxxx>
>
> The support for the !SMP configuration has been removed from the core by
> commit cac5cefbade9 ("sched/smp: Make SMP unconditional").

!SMP is not dead code here. You can very much compile a !SMP kernel at
which point the code below will be used. It is more that the sched
department decided that scheduler's maintenance will be easier since we
don't have to deal with !SMP case anymore.

If you wish to remove the !SMP case here you need to argue as such.

> Signed-off-by: Daniel Wagner <wagi@xxxxxxxxxx>
> Reviewed-by: Hannes Reinecke <hare@xxxxxxx>

The previous patch, this one and probably the following lack a
Signed-off-by line with your name.

Sebastian