[PATCH] ppc32: refactor FPU exception handling
authorPaul Mackerras <paulus@samba.org>
Sun, 1 May 2005 15:58:40 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:40 +0000 (08:58 -0700)
commit443a848cd30eb5bb5c1038e6371d83404775dcfc
treef61d62eebf19498395257a7cddee828c4edfa876
parentf1c55dea0bb2df94aa2b01b0871cb02f2e206676
[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 <jason.mcmullan@timesys.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
arch/ppc/Kconfig
arch/ppc/Makefile
arch/ppc/kernel/Makefile
arch/ppc/kernel/align.c
arch/ppc/kernel/entry.S
arch/ppc/kernel/fpu.S [new file with mode: 0644]
arch/ppc/kernel/head.S
arch/ppc/kernel/head_44x.S
arch/ppc/kernel/head_booke.h
arch/ppc/kernel/head_fsl_booke.S
arch/ppc/kernel/misc.S
arch/ppc/kernel/traps.c
include/asm-ppc/reg_booke.h