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

2023-11-28 Thread Jonathan Cameron
On Tue, 07 Nov 2023 10:31:11 + "Russell King (Oracle)" wrote: > Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than > arch_register_cpu(). > > Signed-off-by: Russell King (Oracle) Reviewed-by: Jonathan Cameron Thanks for driving this forwards. Jonathan

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

2023-11-12 Thread Gavin Shan
On 11/7/23 20:31, Russell King (Oracle) wrote: Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than arch_register_cpu(). Signed-off-by: Russell King (Oracle) --- arch/riscv/kernel/setup.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Gavin Sha

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

2023-11-07 Thread Palmer Dabbelt
On Tue, 07 Nov 2023 02:31:11 PST (-0800), rmk+ker...@armlinux.org.uk wrote: Convert riscv to use the arch_cpu_is_hotpluggable() helper rather than arch_register_cpu(). Signed-off-by: Russell King (Oracle) --- arch/riscv/kernel/setup.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-