Skip to content

Commit

Permalink
Revert "irqchip/xilinx: Do not call irq_set_default_host()"
Browse files Browse the repository at this point in the history
This reverts commit 9c2d4f5, 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
  • Loading branch information
Marc Zyngier committed Apr 1, 2020
1 parent 771df8c commit e02f6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/irqchip/irq-xilinx-intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e02f6c0

Please sign in to comment.