From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org ([63.228.1.57]:56223 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752793Ab2CQDdc (ORCPT ); Fri, 16 Mar 2012 23:33:32 -0400 Message-ID: <1331955202.3105.178.camel@pasglop> Subject: Re: [PATCH v2 5/7] powerpc/PCI: allow reallocation on PA Semi From: Benjamin Herrenschmidt To: Bjorn Helgaas Cc: Jesse Barnes , Olof Johansson , linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Date: Sat, 17 Mar 2012 14:33:22 +1100 In-Reply-To: <20120316234819.6649.55979.stgit@bhelgaas.mtv.corp.google.com> References: <20120316234653.6649.59492.stgit@bhelgaas.mtv.corp.google.com> <20120316234819.6649.55979.stgit@bhelgaas.mtv.corp.google.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, 2012-03-16 at 17:48 -0600, Bjorn Helgaas wrote: > 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 > CC: linuxppc-dev@lists.ozlabs.org > Tested-by: Olof Johansson > Acked-by: Olof Johansson > Signed-off-by: Bjorn Helgaas > --- > 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 b27d886..aa86271 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) > > /* 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)