Re: [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()

From: Gavin Shan
Date: Sun Nov 12 2023 - 23:19:38 EST


On 11/7/23 20:30, Russell King (Oracle) wrote:
Convert x86 to use the arch_cpu_is_hotpluggable() helper rather than
arch_register_cpu().

Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
---
arch/x86/kernel/topology.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Reviewed-by: Gavin Shan <gshan@xxxxxxxxxx>