Re: [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()

2023-11-30 Thread Jonathan Cameron
On Tue, 21 Nov 2023 13:45:37 + "Russell King (Oracle)" wrote: > Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than > arch_register_cpu(). > > Acked-by: Palmer Dabbelt > Reviewed-by: Gavin Shan > Signed-off-by: Russell King (Oracle) Reviewed-by: Jonathan Cameron

Re: [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()

2023-11-22 Thread Samuel Holland
On 2023-11-21 7:45 AM, Russell King (Oracle) wrote: > Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than > arch_register_cpu(). > > Acked-by: Palmer Dabbelt > Reviewed-by: Gavin Shan > Signed-off-by: Russell King (Oracle) > --- > arch/riscv/kernel/setup.c | 7 ++- > 1 f

[PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()

2023-11-21 Thread Russell King (Oracle)
Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than arch_register_cpu(). Acked-by: Palmer Dabbelt Reviewed-by: Gavin Shan Signed-off-by: Russell King (Oracle) --- arch/riscv/kernel/setup.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/riscv/