Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99227
b: refs/heads/master
c: 7c1b90a
h: refs/heads/master
i:
  99225: a965bcc
  99223: d5159a6
v: v3
  • Loading branch information
Martin Koegler authored and Haavard Skinnemoen committed Jun 27, 2008
1 parent 25f4f37 commit 84bc4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60ed7951d0c9bf8de8588384134f16474367b410
refs/heads/master: 7c1b90a1e964f72bde88511e5cfe1c04318ff3d1
3 changes: 3 additions & 0 deletions trunk/arch/avr32/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ asmlinkage int sys_rt_sigreturn(struct pt_regs *regs)
if (restore_sigcontext(regs, &frame->uc.uc_mcontext))
goto badframe;

if (do_sigaltstack(&frame->uc.uc_stack, NULL, regs->sp) == -EFAULT)
goto badframe;

pr_debug("Context restored: pc = %08lx, lr = %08lx, sp = %08lx\n",
regs->pc, regs->lr, regs->sp);

Expand Down

0 comments on commit 84bc4ab

Please sign in to comment.