]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
powerpc/PCI: allow reallocation on PA Semi
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Mar 2012 23:48:19 +0000 (17:48 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 20 Mar 2012 17:41:59 +0000 (10:41 -0700)
We believe there's no reason to prevent reallocation on PA Semi, so
revert to the default of "allow reallocation if necessary."

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: linuxppc-dev@lists.ozlabs.org
Tested-by: Olof Johansson <olof@lixom.net>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/powerpc/platforms/pasemi/pci.c

index b27d8861116b7a21b7d4f56795787c0c0d3db8b9..aa862713258c739b5b9ad52cb2e3973bff5b7bee 100644 (file)
@@ -229,9 +229,6 @@ void __init pas_pci_init(void)
 
        /* Setup the linkage between OF nodes and PHBs */
        pci_devs_phb_init();
-
-       /* Use the common resource allocation mechanism */
-       pci_add_flags(PCI_PROBE_ONLY);
 }
 
 void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset)