| To: | <linux-mips@linux-mips.org>, <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 01/11] MIPS: Netlogic: Fix PCIX irq on XLR chips |
| From: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| Date: | Thu, 2 Feb 2012 20:12:55 +0530 |
| Cc: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| In-reply-to: | <cover.1328189941.git.jayachandranc@netlogicmicro.com> |
| References: | <cover.1328189941.git.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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/pci/pci-xlr.c b/arch/mips/pci/pci-xlr.c
index 3d701a9..0148001 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.5.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 00/11] Netlogic XLR/XLP fixes and updates., Jayachandran C |
|---|---|
| Next by Date: | [PATCH 02/11] MIPS: Netlogic: platform changes for XLS USB., Jayachandran C |
| Previous by Thread: | [PATCH 00/11] Netlogic XLR/XLP fixes and updates., Jayachandran C |
| Next by Thread: | [PATCH 02/11] MIPS: Netlogic: platform changes for XLS USB., Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |