Re: [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
Jonathan Cameron <[email protected]> Thu, 30 Nov 2023 16:50:56 +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:31 +0000 Russell King <[email protected]> wrote: > From: James Morse <[email protected]> > > Add arch_unregister_cpu() to allow the ACPI machinery to call > unregister_cpu(). This is enough for arm64, riscv and loongarch, but > needs to be overridden by x86 and ia64 who need to do more work. > > CC: Jean-Philippe Brucker <[email protected]> > Signed-off-by: James Morse <[email protected]> > Reviewed-by: Shaoqin Huang <[email protected]> > Signed-off-by: Russell King (Oracle) <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]>