From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by ozlabs.org (Postfix) with ESMTP id 731B2DDFE6 for ; Thu, 6 Mar 2008 02:02:49 +1100 (EST) From: David Howells In-Reply-To: <20080304185819.885549413@ldl.fc.hp.com> References: <20080304185819.885549413@ldl.fc.hp.com> <20080304185646.864917286@ldl.fc.hp.com> To: Bjorn Helgaas Subject: Re: [patch 01/16] PCI: add generic pci_enable_resources() Date: Wed, 05 Mar 2008 14:53:31 +0000 Message-ID: <20894.1204728811@redhat.com> Sender: dhowells@redhat.com Cc: linux-arch@vger.kernel.org, Chris Zankel , Grant Grundler , linux-parisc@vger.kernel.org, Matthew Wilcox , Kyle McMartin , linuxppc-dev@ozlabs.org, Paul Mackerras , linux-pci@atrey.karlin.mff.cuni.cz, linux-arm-kernel@lists.arm.linux.org.uk, Russell King List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Bjorn Helgaas wrote: > Each architecture has its own pcibios_enable_resources() implementation. > These differ in many minor ways that have nothing to do with actual > architectural differences. Follow-on patches will make most arches > use this generic version instead. > > This version is based on powerpc, which seemed most up-to-date. The only > functional difference from the x86 version is that this uses "!r->parent" > to check for resource collisions instead of "!r->start && r->end". > > Signed-off-by: Bjorn Helgaas Acked-by: David Howells