From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <1113272915.5388.37.camel@gaston> References: <1113272915.5388.37.camel@gaston> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: From: Kumar Gala Date: Tue, 12 Apr 2005 00:42:36 -0500 To: "Benjamin Herrenschmidt" Cc: Andrew Morton , Linux Kernel list , Jason McMullan , linuxppc-dev list , Kumar Gala , 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: , Ben, Sorry about that, we have had some back and forth on this on the ppc=20 embedded list. Not sure I understand your concern about the duplication of the fast=20 exception return path? Jason's patch pretty much just moved code out=20 of head.S into fpu.S so we dont duplicate it between head.S and=20 head_44x.S & head_fsl_booke.S - kumar On Apr 11, 2005, at 9:28 PM, Benjamin Herrenschmidt wrote: > 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=20= > used > > by several of the sub-architectures that might of a full PowerPC=20 > FPU.=A0 > > > > Also, uses new CONFIG_PPC_FPU define to fix alignment exception > > handling for floating point load/store instructions to only occur if=20= > 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.