aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh5/entry.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-19 15:55:27 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-01-19 15:55:27 +0900
commitd6db8888c8957fbdcd611e1321a6f6a0d6fb7e15 (patch)
tree7f9de26ea420c0d3ca24817f6296fb2c5007484d /arch/sh/kernel/cpu/sh5/entry.S
parentsh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI. (diff)
downloadlinux-dev-d6db8888c8957fbdcd611e1321a6f6a0d6fb7e15.tar.xz
linux-dev-d6db8888c8957fbdcd611e1321a6f6a0d6fb7e15.zip
sh64: Use the shared FPU state restorer.
This kills off the sh64-specific state restorer and switches over to the generic one. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh5/entry.S')
-rw-r--r--arch/sh/kernel/cpu/sh5/entry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh5/entry.S b/arch/sh/kernel/cpu/sh5/entry.S
index 8f13f73cb2cb..36d031c700bb 100644
--- a/arch/sh/kernel/cpu/sh5/entry.S
+++ b/arch/sh/kernel/cpu/sh5/entry.S
@@ -1124,7 +1124,7 @@ fpu_error_or_IRQA:
pta its_IRQ, tr0
beqi/l r4, EVENT_INTERRUPT, tr0
#ifdef CONFIG_SH_FPU
- movi do_fpu_state_restore, r6
+ movi fpu_state_restore_trap_handler, r6
#else
movi do_exception_error, r6
#endif
@@ -1135,7 +1135,7 @@ fpu_error_or_IRQB:
pta its_IRQ, tr0
beqi/l r4, EVENT_INTERRUPT, tr0
#ifdef CONFIG_SH_FPU
- movi do_fpu_state_restore, r6
+ movi fpu_state_restore_trap_handler, r6
#else
movi do_exception_error, r6
#endif