Revert "irqchip/xilinx: Do not call irq_set_default_host()"
authorMarc Zyngier <maz@kernel.org>
Mon, 30 Mar 2020 09:41:58 +0000 (10:41 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 Apr 2020 08:10:45 +0000 (09:10 +0100)
This reverts commit 9c2d4f525c002591f4e0c14a37663663aaba1656, which
breaks a number of PPC platforms.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/44b64be7-9240-fd52-af90-e0245220f38b@xilinx.com
drivers/irqchip/irq-xilinx-intc.c

index 7f811fe..ea74181 100644 (file)
@@ -250,6 +250,7 @@ static int __init xilinx_intc_of_init(struct device_node *intc,
                }
        } else {
                primary_intc = irqc;
+               irq_set_default_host(primary_intc->root_domain);
                set_handle_irq(xil_intc_handle_irq);
        }