| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 01/12] MIPS: Netlogic: Fix PCIX irq on XLR chips |
| From: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| Date: | Sat, 28 Apr 2012 18:42:07 +0530 |
| Cc: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| In-reply-to: | <1335618738-4679-1-git-send-email-jayachandranc@netlogicmicro.com> |
| References: | <1335618738-4679-1-git-send-email-jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
The correct irq is PIC_PCIX_IRQ
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
---
arch/mips/pci/pci-xlr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/pci/pci-xlr.c b/arch/mips/pci/pci-xlr.c
index 1644805..50ff4dc 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)
}
} 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;
--
1.7.9.5
|
| Previous by Date: | [PATCH 02/12] MIPS: Netlogic: MSI enable fix for XLS, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 00/12] Netlogic XLR/XLS/XLP updates, Jayachandran C |
| Previous by Thread: | Re: [PATCH 02/12] MIPS: Netlogic: MSI enable fix for XLS, Jayachandran C. |
| Next by Thread: | [PATCH 03/12] MIPS: Netlogic: Remove unused pcibios_fixups, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |