1
0
Fork 0

[PATCH] i386: Don't miss pending signals returning to user mode after signal processing

Signed-off-by: Roland McGrath <roland@redhat.com>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Roland McGrath 2005-09-11 01:44:45 -07:00 committed by Linus Torvalds
parent c93a777103
commit c3ff8ec31c
1 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ work_notifysig: # deal with pending signals and
# vm86-space
xorl %edx, %edx
call do_notify_resume
jmp restore_all
jmp resume_userspace
ALIGN
work_notifysig_v86:
@ -329,7 +329,7 @@ work_notifysig_v86:
movl %eax, %esp
xorl %edx, %edx
call do_notify_resume
jmp restore_all
jmp resume_userspace
# perform syscall exit tracing
ALIGN