Re: [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports

2023-11-30 Thread Jonathan Cameron
On Tue, 21 Nov 2023 13:44:05 + "Russell King (Oracle)" 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. >

[PATCH 03/21] x86/topology: remove arch_*register_cpu() exports

2023-11-21 Thread Russell King (Oracle)
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. Reviewed-by: Gavin Shan Signed-off-by: Russell King (Oracle) --- arch/x86/k