Skip to content

Commit

Permalink
Fix excessive signal latencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 870d3d9 commit 0bf0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf0e3e

Please sign in to comment.