Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29205
b: refs/heads/master
c: 95eaa5f
h: refs/heads/master
i:
  29203: 70deaae
v: v3
  • Loading branch information
Nicolas Pitre authored and Linus Torvalds committed Jun 23, 2006
1 parent dff1733 commit 2116a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5cf4b9a02cb9b8ac16eaafb0fcd7fd24215146e
refs/heads/master: 95eaa5fa8eb2c345244acd5f65b200b115ae8c65
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs *regs, int syscall)
* syscall solves that issue and works for
* all those cases.
*/
swival = swival - __NR_SYSCAll_BASE + __NR_OABI_SYSCALL_BASE;
swival = swival - __NR_SYSCALL_BASE + __NR_OABI_SYSCALL_BASE;

put_user(regs->ARM_pc, &usp[0]);
/* swi __NR_restart_syscall */
Expand Down

0 comments on commit 2116a8e

Please sign in to comment.