diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-03-16 19:48:19 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-03-20 13:41:59 -0400 |
commit | c0f209468e8b6c81b28f6417e7d88c99171d20b6 (patch) | |
tree | 7d63ea2ecf81defea393a5c5a9f10fa05ba6a367 /arch/powerpc/platforms/pasemi | |
parent | 39aa146aad3711317baa661e6c421e979c432f2d (diff) |
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: 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>
Diffstat (limited to 'arch/powerpc/platforms/pasemi')
-rw-r--r-- | arch/powerpc/platforms/pasemi/pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/pasemi/pci.c b/arch/powerpc/platforms/pasemi/pci.c index b27d8861116b..aa862713258c 100644 --- a/arch/powerpc/platforms/pasemi/pci.c +++ b/arch/powerpc/platforms/pasemi/pci.c | |||
@@ -229,9 +229,6 @@ void __init pas_pci_init(void) | |||
229 | 229 | ||
230 | /* Setup the linkage between OF nodes and PHBs */ | 230 | /* Setup the linkage between OF nodes and PHBs */ |
231 | pci_devs_phb_init(); | 231 | pci_devs_phb_init(); |
232 | |||
233 | /* Use the common resource allocation mechanism */ | ||
234 | pci_add_flags(PCI_PROBE_ONLY); | ||
235 | } | 232 | } |
236 | 233 | ||
237 | void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) | 234 | void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) |