提交 ea8e867d 编写于 作者: J Jayachandran C 提交者: Ralf Baechle

MIPS: Netlogic: Fix PCIX irq on XLR chips

The correct irq is PIC_PCIX_IRQ
Signed-off-by: NJayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3750/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 6887a413
...@@ -327,7 +327,7 @@ static int __init pcibios_init(void) ...@@ -327,7 +327,7 @@ static int __init pcibios_init(void)
} }
} else { } else {
/* XLR PCI controller ACK */ /* XLR PCI controller ACK */
irq_set_handler_data(PIC_PCIE_XLSB0_LINK3_IRQ, xlr_pci_ack); irq_set_handler_data(PIC_PCIX_IRQ, xlr_pci_ack);
} }
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册