Re: [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()

Jonathan Cameron <[email protected]> Thu, 30 Nov 2023 16:52:35 +0000
Newsgroups gmane.linux.kernel,gmane.linux.power-management.general,gmane.linux.acpi.devel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.ports.riscv,gmane.linux.documentation,gmane.linux.ports.ia64,gmane.linux.ports.parisc
Organization Huawei Technologies Research and Development (UK) Ltd.
Message-ID <[email protected]>
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]>