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 ESMTPS id DAB8CB7104 for ; Wed, 1 Sep 2010 02:17:28 +1000 (EST) Subject: Re: [PATCH] powerpc: mtmsrd not defined Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20100822184844.37c30d5e@lappy.seanm.ca> Date: Tue, 31 Aug 2010 11:17:17 -0500 Message-Id: References: <20100822180958.6305f5b1@lappy.seanm.ca> <1282516494.22370.440.camel@pasglop> <20100822184844.37c30d5e@lappy.seanm.ca> To: Sean MacLennan Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 22, 2010, at 5:48 PM, Sean MacLennan wrote: > On Mon, 23 Aug 2010 08:34:54 +1000 > Benjamin Herrenschmidt wrote: > >> I'd rather have a macro somewhere in ppc_asm.h (MTMSR ?) that does the >> right thing. We might even already have one... > > We do.... here is a new, improved patch. > > Replace the BOOK3S_64 specific mtmsrd with the generic MTMSRD macro. > > Signed-off-by: Sean MacLennan > --- Can we add proper CONFIG_PPC_FPU into this file. - k