From: Paul Mackerras Date: Sun, 1 May 2005 15:58:40 +0000 (-0700) Subject: [PATCH] ppc32: refactor FPU exception handling X-Git-Tag: v2.6.12-rc4~136^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443a848cd30eb5bb5c1038e6371d83404775dcfc;p=pandora-kernel.git [PATCH] ppc32: refactor FPU exception handling 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 Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed