From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5D1C367A5E for ; Mon, 23 Oct 2006 15:16:30 +1000 (EST) Subject: Re: [PATCH] Fixed up the OF functions to only do PCI stuff if PCI is actually configured From: Benjamin Herrenschmidt To: Andy Fleming In-Reply-To: References: Content-Type: text/plain Date: Mon, 23 Oct 2006 15:16:18 +1000 Message-Id: <1161580578.10524.378.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2006-10-16 at 16:03 -0500, Andy Fleming wrote: > The original problem that inspired this patch was solved quite some time > ago (Turning off PCI didn't work), but this patch neatens things up a > little (I think), by putting all the PCI stuff inside a single CONFIG_PCI > block. It also removes the OF PCI bus matching entries if CONFIG_PCI is > off. Looks good to me. Ben.