Re: [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
From: Jonathan Cameron
Date: Tue Nov 28 2023 - 09:42:31 EST
On Tue, 07 Nov 2023 10:29:33 +0000
"Russell King (Oracle)" <rmk+kernel@xxxxxxxxxxxxxxx> wrote:
> arch_register_cpu() and arch_unregister_cpu() are not used by anything
> that can be a module - they are used by drivers/base/cpu.c and
> drivers/acpi/acpi_processor.c, neither of which can be a module.
>
> Remove the exports.
>
> Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
Would be 'novel' to have CPUs registered by a module.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>