From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f73.google.com (mail-bk0-f73.google.com [209.85.214.73]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 58B99B6FA4 for ; Thu, 8 Mar 2012 09:33:00 +1100 (EST) Received: by bkcjg15 with SMTP id jg15so234823bkc.2 for ; Wed, 07 Mar 2012 14:32:56 -0800 (PST) Subject: [PATCH v3 10/34] powerpc/PCI: allow reallocation on PA Semi To: Jesse Barnes From: Bjorn Helgaas Date: Wed, 07 Mar 2012 15:32:55 -0700 Message-ID: <20120307223255.25669.42520.stgit@bhelgaas.mtv.corp.google.com> In-Reply-To: <20120307222436.25669.52282.stgit@bhelgaas.mtv.corp.google.com> References: <20120307222436.25669.52282.stgit@bhelgaas.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: linux-arch@vger.kernel.org, linux-pci@vger.kernel.org, Olof Johansson , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , We believe there's no reason to prevent reallocation on PA Semi, so revert to the default of "allow reallocation if necessary." CC: Olof Johansson CC: Benjamin Herrenschmidt CC: linuxppc-dev@lists.ozlabs.org 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 b6a0ec4..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_probe_only = 1; } void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset)