[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)
commitf4d15f1c877644a604f8c8c3d094c13f9f8bdcf2
tree16822d0565c8c81bbdfdb9efc6180bc7d1ef3965
parent19506fc51852e859bb08ab5abbdb8fd02b7392f2
[MIPS] IP27: Switch to dynamic interrupt routing avoding panic on error.

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>
arch/mips/pci/pci-ip27.c