]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/powerpc/platforms/83xx/pci.c
[POWERPC] modify mpc83xx platforms to use new IRQ layer
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / platforms / 83xx / pci.c
index 3b5e563c279f97c32544da364a64670ea10789fb..5d84a9ccd103440916aedf27734b296e633b9715 100644 (file)
@@ -45,6 +45,15 @@ int mpc83xx_exclude_device(u_char bus, u_char devfn)
        return PCIBIOS_SUCCESSFUL;
 }
 
+void __init mpc83xx_pcibios_fixup(void)
+{
+       struct pci_dev *dev = NULL;
+
+       /* map all the PCI irqs */
+       for_each_pci_dev(dev)
+               pci_read_irq_line(dev);
+}
+
 int __init add_bridge(struct device_node *dev)
 {
        int len;