]> Pileus Git - ~andy/linux/blobdiff - arch/sh/kernel/cpu/sh5/entry.S
sh64: Use the shared FPU state restorer.
[~andy/linux] / arch / sh / kernel / cpu / sh5 / entry.S
index 8f13f73cb2cbdcd74ab40419bf623b8be7c06610..36d031c700bb8fd893b36f8c643797de1ad820d4 100644 (file)
@@ -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