diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-05-08 08:41:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-03 12:57:19 -0400 |
commit | ea8e867d9b505b1c852f9932ba75504bc4eebeaa (patch) | |
tree | 83469a23641355d68f633be0e24100f107e32ffe /arch/mips | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) |
MIPS: Netlogic: Fix PCIX irq on XLR chips
The correct irq is PIC_PCIX_IRQ
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3750/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pci/pci-xlr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-xlr.c b/arch/mips/pci/pci-xlr.c index 1644805a6730..50ff4dc28b4f 100644 --- a/arch/mips/pci/pci-xlr.c +++ b/arch/mips/pci/pci-xlr.c | |||
@@ -327,7 +327,7 @@ static int __init pcibios_init(void) | |||
327 | } | 327 | } |
328 | } else { | 328 | } else { |
329 | /* XLR PCI controller ACK */ | 329 | /* XLR PCI controller ACK */ |
330 | irq_set_handler_data(PIC_PCIE_XLSB0_LINK3_IRQ, xlr_pci_ack); | 330 | irq_set_handler_data(PIC_PCIX_IRQ, xlr_pci_ack); |
331 | } | 331 | } |
332 | 332 | ||
333 | return 0; | 333 | return 0; |