From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: Content-Type: text/plain Date: Tue, 12 Apr 2005 12:28:35 +1000 Message-Id: <1113272915.5388.37.camel@gaston> Mime-Version: 1.0 Cc: Andrew Morton , linuxppc-dev list , Jason McMullan , Linux Kernel list , linuxppc-embedded Subject: Re: [PATCH] ppc32: refactor FPU exception handling List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2005-04-11 at 17:02 -0500, Kumar Gala wrote: > Andrew, > > Moved common FPU exception handling code out of head.S so it can be used > by several of the sub-architectures that might of a full PowerPC FPU. > > Also, uses new CONFIG_PPC_FPU define to fix alignment exception > handling for floating point load/store instructions to only occur if we > have a hardware FPU. > > Signed-off-by: Jason McMullan > Signed-off-by: Kumar Gala Andrew, please hold on this patch, it hasn't been properly discussed with the relevant maintainer, that is Paul Mackerras. I can see matter for debate in there, like the whole duplication of the fast exception return path... It's also touching quite sensitive bits of kernel code (head.S) that needs careful auditing and testing before beeing pushed upstream. Ben.