On Tue, 21 Nov 2023 13:44:41 +0000
Russell King <[email protected]> wrote:

> From: James Morse <[email protected]>
> 
> NUMA systems require the node descriptions to be ready before CPUs are
> registered. This is so that the node symlinks can be created in sysfs.
> 
> Currently no NUMA platform uses GENERIC_CPU_DEVICES, meaning that CPUs
> are registered by arch code, instead of cpu_dev_init().
> 
> Move cpu_dev_init() after node_dev_init() so that NUMA architectures
> can use GENERIC_CPU_DEVICES.
> 
> Signed-off-by: James Morse <[email protected]>
> Signed-off-by: Russell King (Oracle) <[email protected]>
Another one where I gave RB late on the RFC.
Reviewed-by: Jonathan Cameron <[email protected]>

Reply via email to