| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 01/14] MIPS: Netlogic: Fix PCIX irq on XLR chips |
| From: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| Date: | Tue, 8 May 2012 18:11:55 +0530 |
| Cc: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| In-reply-to: | <1336480928-18887-1-git-send-email-jayachandranc@netlogicmicro.com> |
| References: | <1336480928-18887-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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 05/14] MIPS: Netlogic: Update comments in smpboot.S, Jayachandran C |
|---|---|
| Next by Date: | [PATCH UPDATED 00/14] Netlogic XLR/XLS/XLP updates., Jayachandran C |
| Previous by Thread: | [PATCH 05/14] MIPS: Netlogic: Update comments in smpboot.S, Jayachandran C |
| Next by Thread: | [PATCH 04/14] MIPS: Netlogic: Fix TLB size of boot CPU., Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |