Re: [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()

2023-11-28 Thread Jonathan Cameron
On Tue, 07 Nov 2023 10:31:01 + "Russell King (Oracle)" wrote: > Convert loongarch to use the arch_cpu_is_hotpluggable() helper rather > than arch_register_cpu(). Also remove the export as nothing should be > using arch_register_cpu() outside of the core kernel/acpi code. > > Signed-off-by: R

Re: [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()

2023-11-12 Thread Gavin Shan
On 11/7/23 20:31, Russell King (Oracle) wrote: Convert loongarch to use the arch_cpu_is_hotpluggable() helper rather than arch_register_cpu(). Also remove the export as nothing should be using arch_register_cpu() outside of the core kernel/acpi code. Signed-off-by: Russell King (Oracle) --- a

[PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()

2023-11-07 Thread Russell King (Oracle)
Convert loongarch to use the arch_cpu_is_hotpluggable() helper rather than arch_register_cpu(). Also remove the export as nothing should be using arch_register_cpu() outside of the core kernel/acpi code. Signed-off-by: Russell King (Oracle) --- arch/loongarch/kernel/topology.c | 7 ++- 1 fil