Loading
irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
stable inclusion from stable-v4.19.322 commit 1d755d4fb238315c3b3e50e6f3117a0d79f72c29 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IATEDW Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1d755d4fb238315c3b3e50e6f3117a0d79f72c29 -------------------------------- [ Upstream commit 3cef738208e5c3cb7084e208caf9bbf684f24feb ] IRQs 0 (IPI) and 1 (MSI) are handled internally by this driver, generic_handle_domain_irq() is never called for these IRQs. Disallow mapping these IRQs. [ Marek: changed commit message ] Signed-off-by:Pali Rohár <pali@kernel.org> Signed-off-by:
Marek Behún <kabel@kernel.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Reviewed-by:
Andrew Lunn <andrew@lunn.ch> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Yuntao Liu <liuyuntao12@huawei.com>