projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93a777
)
[PATCH] i386: Don't miss pending signals returning to user mode after signal processing
author
Roland McGrath
<roland@redhat.com>
Sun, 11 Sep 2005 08:44:45 +0000
(
01:44
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 12 Sep 2005 14:52:16 +0000
(07:52 -0700)
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>
arch/i386/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/entry.S
b/arch/i386/kernel/entry.S
index
3aad038
..
9e24f7b
100644
(file)
--- a/
arch/i386/kernel/entry.S
+++ b/
arch/i386/kernel/entry.S
@@
-319,7
+319,7
@@
work_notifysig: # deal with pending signals and
# vm86-space
xorl %edx, %edx
call do_notify_resume
- jmp res
tore_all
+ jmp res
ume_userspace
ALIGN
work_notifysig_v86:
@@
-329,7
+329,7
@@
work_notifysig_v86:
movl %eax, %esp
xorl %edx, %edx
call do_notify_resume
- jmp res
tore_all
+ jmp res
ume_userspace
# perform syscall exit tracing
ALIGN