Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()

2021-01-05 Thread Anshuman Khandual
On 1/5/21 3:38 PM, Catalin Marinas wrote: > On Tue, Jan 05, 2021 at 05:22:21PM +0800, Keqian Zhu wrote: >> The local variable irq is added in commit a26388152531 ("arm64: >> Remove custom IRQ stat accounting"), but forget to remove in >> commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu()

Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()

2021-01-05 Thread Keqian Zhu
On 2021/1/5 18:08, Catalin Marinas wrote: > On Tue, Jan 05, 2021 at 05:22:21PM +0800, Keqian Zhu wrote: >> The local variable irq is added in commit a26388152531 ("arm64: >> Remove custom IRQ stat accounting"), but forget to remove in >> commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu()

Re: [PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()

2021-01-05 Thread Catalin Marinas
On Tue, Jan 05, 2021 at 05:22:21PM +0800, Keqian Zhu wrote: > The local variable irq is added in commit a26388152531 ("arm64: > Remove custom IRQ stat accounting"), but forget to remove in > commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in > arch_show_interrupts()"). Just remove it. >

[PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()

2021-01-05 Thread Keqian Zhu
The local variable irq is added in commit a26388152531 ("arm64: Remove custom IRQ stat accounting"), but forget to remove in commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()"). Just remove it. Signed-off-by: Keqian Zhu --- arch/arm64/kernel/smp.c | 1 - 1 file