Fix excessive signal latencies.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 15 Sep 2005 16:43:50 +0000 (16:43 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:23 +0000 (19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/entry.S

index 6e01b0dd031f751085e01c101a9537fbaa4173c1..83c87fe4ee4f0b631cb5be82dfd9783d15c3541d 100644 (file)
@@ -105,7 +105,7 @@ work_notifysig:                             # deal with pending signals and
        move    a0, sp
        li      a1, 0
        jal     do_notify_resume        # a2 already loaded
-       j       restore_all
+       j       resume_userspace
 
 FEXPORT(syscall_exit_work_partial)
        SAVE_STATIC
This page took 0.030276 seconds and 5 git commands to generate.