projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f02c15
)
[MIPS] Cobalt: Fix ethernet interrupts for RaQ1
author
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Fri, 11 Jan 2008 23:25:14 +0000
(
00:25
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jan 2008 01:04:42 +0000
(
01:04
+0000)
RAQ1 uses the same interrupt routing as Qube2.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/fixup-cobalt.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/fixup-cobalt.c
b/arch/mips/pci/fixup-cobalt.c
index
f7df114
..
9553b14
100644
(file)
--- a/
arch/mips/pci/fixup-cobalt.c
+++ b/
arch/mips/pci/fixup-cobalt.c
@@
-177,7
+177,7
@@
static char irq_tab_raq2[] __initdata = {
int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{
- if (cobalt_board_id <
COBALT_BRD_ID_QUBE2
)
+ if (cobalt_board_id <
= COBALT_BRD_ID_QUBE1
)
return irq_tab_qube1[slot];
if (cobalt_board_id == COBALT_BRD_ID_RAQ2)