Re: [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()
Jonathan Cameron <[email protected]> Tue, 28 Nov 2023 15:21:08 +0000
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.power-management.general,gmane.linux.acpi.devel,gmane.linux.kernel.cross-arch,gmane.linux.kernel,gmane.linux.ports.arm.kernel,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, 07 Nov 2023 10:31:11 +0000 "Russell King (Oracle)" <[email protected]> wrote: > Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than > arch_register_cpu(). > > Signed-off-by: Russell King (Oracle) <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Thanks for driving this forwards. Jonathan