Skip to content

Commit e02f6c0

Browse files
author
Marc Zyngier
committed
Revert "irqchip/xilinx: Do not call irq_set_default_host()"
This reverts commit 9c2d4f5, which breaks a number of PPC platforms. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 771df8c commit e02f6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/irqchip/irq-xilinx-intc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ static int __init xilinx_intc_of_init(struct device_node *intc,
250250
}
251251
} else {
252252
primary_intc = irqc;
253+
irq_set_default_host(primary_intc->root_domain);
253254
set_handle_irq(xil_intc_handle_irq);
254255
}
255256

0 commit comments

Comments
 (0)