diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-09-24 01:22:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-24 16:54:19 -0400 |
commit | a748102430f4dbbfca3ff81ac12db6e4f1243677 (patch) | |
tree | 0d71112ed450bd82d8656fcbdd0b4cc4fb2b68a8 /arch/m32r/kernel/entry.S | |
parent | a7f8388e2c167c73b6abb3b749157aafd08f90ee (diff) |
make m32r handle multiple pending signals
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/kernel/entry.S')
-rw-r--r-- | arch/m32r/kernel/entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m32r/kernel/entry.S b/arch/m32r/kernel/entry.S index 90149daa560f..225412bc227e 100644 --- a/arch/m32r/kernel/entry.S +++ b/arch/m32r/kernel/entry.S | |||
@@ -235,9 +235,9 @@ work_resched: | |||
235 | work_notifysig: ; deal with pending signals and | 235 | work_notifysig: ; deal with pending signals and |
236 | ; notify-resume requests | 236 | ; notify-resume requests |
237 | mv r0, sp ; arg1 : struct pt_regs *regs | 237 | mv r0, sp ; arg1 : struct pt_regs *regs |
238 | ldi r1, r9 ; arg2 : __u32 thread_info_flags | 238 | mv r1, r9 ; arg2 : __u32 thread_info_flags |
239 | bl do_notify_resume | 239 | bl do_notify_resume |
240 | bra restore_all | 240 | bra resume_userspace |
241 | 241 | ||
242 | ; perform syscall exit tracing | 242 | ; perform syscall exit tracing |
243 | ALIGN | 243 | ALIGN |