Commit c0f20946 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Jesse Barnes
Browse files

powerpc/PCI: allow reallocation on PA Semi



We believe there's no reason to prevent reallocation on PA Semi, so
revert to the default of "allow reallocation if necessary."

Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
CC: linuxppc-dev@lists.ozlabs.org
Tested-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 39aa146a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)