Skip to content

Commit

Permalink
[MIPS] Cobalt: Fix ethernet interrupts for RaQ1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jan 15, 2008
1 parent 2f02c15 commit f6c0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pci/fixup-cobalt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f6c0f32

Please sign in to comment.