Skip to content

Commit

Permalink
powerpc/PCI: allow reallocation on PA Semi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Mar 20, 2012
1 parent 39aa146 commit c0f2094
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/powerpc/platforms/pasemi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0f2094

Please sign in to comment.