projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6887a41
)
MIPS: Netlogic: Fix PCIX irq on XLR chips
author
Jayachandran C
<jayachandranc@netlogicmicro.com>
Tue, 8 May 2012 12:41:55 +0000
(18:11 +0530)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 3 Jul 2012 16:57:19 +0000
(18:57 +0200)
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>
arch/mips/pci/pci-xlr.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pci/pci-xlr.c
b/arch/mips/pci/pci-xlr.c
index 1644805a6730db188bf9f26245c947551e8a4b5b..50ff4dc28b4f440691a5392b2f4f620f615b7017 100644
(file)
--- 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_PCI
E_XLSB0_LINK3
_IRQ, xlr_pci_ack);
+ irq_set_handler_data(PIC_PCI
X
_IRQ, xlr_pci_ack);
}
return 0;