From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.osdl.org (fw.osdl.org [65.172.181.6]) by ozlabs.org (Postfix) with ESMTP id 9B53667A90 for ; Wed, 26 Jan 2005 17:15:14 +1100 (EST) Date: Tue, 25 Jan 2005 22:15:17 -0800 From: Andrew Morton To: Benjamin Herrenschmidt Message-Id: <20050125221517.6ec13d0f.akpm@osdl.org> In-Reply-To: <1106696607.6249.18.camel@gaston> References: <1106696607.6249.18.camel@gaston> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, luther@gluck.debian.org Subject: Re: [PATCH] ppc32: (Updated) Pegasos support List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > > Here's an updated version of the pegasos support patch for ppc32, fixing > a typo in the previous one. I already sent the first version to Linus. That's reason 42 for preferring incremental diffs ;) From: Benjamin Herrenschmidt Here's an updated version of the pegasos support patch for ppc32, fixing a typo in the previous one. Driver patches to come soon. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton --- 25-akpm/arch/ppc/platforms/chrp_pci.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc/platforms/chrp_pci.c~ppc32-updated-pegasos-support arch/ppc/platforms/chrp_pci.c --- 25/arch/ppc/platforms/chrp_pci.c~ppc32-updated-pegasos-support 2005-01-25 22:14:12.685346992 -0800 +++ 25-akpm/arch/ppc/platforms/chrp_pci.c 2005-01-25 22:14:12.688346536 -0800 @@ -304,6 +304,6 @@ chrp_find_bridges(void) } /* Do not fixup interrupts from OF tree on pegasos */ - if (is_pegasos != 0) + if (is_pegasos == 0) ppc_md.pcibios_fixup = chrp_pcibios_fixup; } _