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 A426A67BE6 for ; Tue, 12 Dec 2006 16:31:33 +1100 (EST) Subject: Re: [PATCH] ppc: fix build of DCR bits on 4xx From: Benjamin Herrenschmidt To: Paul Mackerras In-Reply-To: <1165900994.11914.27.camel@localhost.localdomain> References: <1165900994.11914.27.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 12 Dec 2006 16:31:27 +1100 Message-Id: <1165901487.11914.34.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2006-12-12 at 16:23 +1100, Benjamin Herrenschmidt wrote: > The new dcr.c file shouldn't be compiled on arch/ppc, and dcr-low.S > should only be built if CONFIG_PPC_DCR_NATIVE is set. > > Signed-off-by: Benjamin Herrenschmidt Hrm... it collides with Kumar's patch, sorry, I'll send a fixed one Ben.