Skip to content

Commit

Permalink
MIPS: Netlogic: Fix PCIX irq on XLR chips
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jayachandran C authored and Ralf Baechle committed Jul 3, 2012
1 parent 6887a41 commit ea8e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pci/pci-xlr.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static int __init pcibios_init(void)
}
} else {
/* 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;
Expand Down

0 comments on commit ea8e867

Please sign in to comment.