PCI: Provide a default pcibios_update_irq()
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 17 Sep 2012 11:22:54 +0000 (13:22 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 18 Sep 2012 23:28:21 +0000 (17:28 -0600)
Most architectures implement this in exactly the same way. Instead of
having each architecture duplicate this function, provide a single
implementation in the core and make it a weak symbol so that it can be
overridden on architectures where it is required.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found