]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
authorHuacai Chen <chenhuacai@loongson.cn>
Mon, 26 Aug 2024 15:11:32 +0000 (23:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Sep 2024 14:25:09 +0000 (16:25 +0200)
commit8a834f251f6cc414cda4656fc556bfc813652eaa
tree8b94cb6318ac44f96d7d412d63917a38e77abf43
parentd44cfa992b6b29476081b5f1e67c67b4201b0ccd
LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE

[ Upstream commit 274ea3563e5ab9f468c15bfb9d2492803a66d9be ]

Currently we call irq_set_noprobe() in a loop for all IRQs, but indeed
it only works for IRQs below NR_IRQS_LEGACY because at init_IRQ() only
legacy interrupts have been allocated.

Instead, we can define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE in asm/hwirq.h
and the core will automatically set the flag for all interrupts.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tianyang Zhang <zhangtianyang@loongson.cn>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/loongarch/include/asm/hw_irq.h
arch/loongarch/kernel/irq.c