From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 73574B7144 for ; Wed, 1 Sep 2010 16:58:02 +1000 (EST) Date: Wed, 1 Sep 2010 02:57:58 -0400 From: Sean MacLennan To: Kumar Gala Subject: Re: [PATCH] powerpc: mtmsrd not defined Message-ID: <20100901025758.2dbada27@lappy.seanm.ca> In-Reply-To: <9B0CD60E-F3E4-47FD-AE4D-3065E742E3A2@kernel.crashing.org> References: <20100822180958.6305f5b1@lappy.seanm.ca> <1282516494.22370.440.camel@pasglop> <20100822184844.37c30d5e@lappy.seanm.ca> <20100831134605.1fca5fdf@lappy.seanm.ca> <20100831225525.1c9bd5a8@lappy.seanm.ca> <9B0CD60E-F3E4-47FD-AE4D-3065E742E3A2@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 1 Sep 2010 01:45:46 -0500 Kumar Gala wrote: > For what defconfig setup do you get the errors above? 44x/ebony_defconfig Then enable KPROBES (or XMON). Then put an #ifdef CONFIG_PPC_FPU in ldstfp.S. Cheers, Sean