From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from farnsworth.org (unknown [65.200.49.142]) by ozlabs.org (Postfix) with SMTP id C5E81679F0 for ; Thu, 23 Feb 2006 01:03:50 +1100 (EST) From: "Dale Farnsworth" Date: Wed, 22 Feb 2006 07:03:47 -0700 To: Kumar Gala Subject: Re: ppc32: mpc85xx: set pcibios_fixup only #ifdef CONFIG_PCI Message-ID: <20060222140347.GA7359@xyzzy.farnsworth.org> References: <20060217233733.GA30701@xyzzy.farnsworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Feb 21, 2006 at 11:44:15PM -0600, Kumar Gala wrote: > On Fri, 17 Feb 2006, Dale Farnsworth wrote: > > > From: Dale Farnsworth > > > > Signed-off-by: Dale Farnsworth > > --- > > This change is already in the kernel tree. > > - kumar Indeed it is. Sorry for the noise. -Dale > > arch/ppc/platforms/85xx/mpc85xx_cds_common.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > Index: linux-2.6.10/arch/ppc/platforms/85xx/mpc85xx_cds_common.c > > =================================================================== > > --- linux-2.6.10.orig/arch/ppc/platforms/85xx/mpc85xx_cds_common.c > > +++ linux-2.6.10/arch/ppc/platforms/85xx/mpc85xx_cds_common.c > > @@ -456,9 +456,6 @@ mpc85xx_cds_setup_arch(void) > > mtspr(SPRN_DBCR0, (DBCR0_IDM)); > > mtspr(SPRN_DBSR, 0xffffffff); > > #endif > > - > > - /* VIA IDE configuration */ > > - ppc_md.pcibios_fixup = mpc85xx_cds_pcibios_fixup; > > > > #ifdef CONFIG_CPM2 > > cpm2_reset(); > > @@ -480,6 +477,9 @@ mpc85xx_cds_setup_arch(void) > > loops_per_jiffy = freq / HZ; > > > > #ifdef CONFIG_PCI > > + /* VIA IDE configuration */ > > + ppc_md.pcibios_fixup = mpc85xx_cds_pcibios_fixup; > > + > > /* setup PCI host bridges */ > > mpc85xx_setup_hose(); > > #endif > >