[MIPS] IP27: Switch to dynamic interrupt routing avoding panic on error.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 27 Sep 2008 14:05:06 +0000 (15:05 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Sep 2008 14:45:36 +0000 (15:45 +0100)
pcibios_map_irq is no way of returning an error but on IP27 an interrupt
is possibly not routable when running out of resources.  So do the
interrupt routing at pcibios_enable_device time.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found