Re: [PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU

2020-09-18 Thread Sergey Senozhatsky
On (20/09/18 17:07), Marc Zyngier wrote: > On 2020-09-18 16:41, Will Deacon wrote: > > On Sat, Sep 19, 2020 at 12:35:48AM +0900, Sergey Senozhatsky wrote: > > > ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. > > > > > > Signed-off-by: Sergey Senozhatsky > > > --- > > > arch/arm64/ke

Re: [PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU

2020-09-18 Thread Marc Zyngier
On 2020-09-18 16:41, Will Deacon wrote: On Sat, Sep 19, 2020 at 12:35:48AM +0900, Sergey Senozhatsky wrote: ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. Signed-off-by: Sergey Senozhatsky --- arch/arm64/kernel/smp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) I th

Re: [PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU

2020-09-18 Thread Will Deacon
On Sat, Sep 19, 2020 at 12:35:48AM +0900, Sergey Senozhatsky wrote: > ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. > > Signed-off-by: Sergey Senozhatsky > --- > arch/arm64/kernel/smp.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) I think this is a duplicate of: h

[PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU

2020-09-18 Thread Sergey Senozhatsky
ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. Signed-off-by: Sergey Senozhatsky --- arch/arm64/kernel/smp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c index b6bde2675ccc..82e75fc2c903 100644 --- a/arch/ar