Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210839
b: refs/heads/master
c: ad0acab
h: refs/heads/master
i:
  210837: 1015b77
  210835: 1bfb4ed
  210831: 982dde0
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 20, 2010
1 parent ece347d commit 9f3b599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5f4ad04a1e805d14de080ff9d5384b4d20518a9a
refs/heads/master: ad0acab4557a91a60251b3ffe3478fad572d6f61
4 changes: 2 additions & 2 deletions trunk/arch/frv/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static int setup_frame(int sig, struct k_sigaction *ka, sigset_t *set)
return 0;

give_sigsegv:
force_sig(SIGSEGV, current);
force_sigsegv(sig, current);
return -EFAULT;

} /* end setup_frame() */
Expand Down Expand Up @@ -431,7 +431,7 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
return 0;

give_sigsegv:
force_sig(SIGSEGV, current);
force_sigsegv(sig, current);
return -EFAULT;

} /* end setup_rt_frame() */
Expand Down

0 comments on commit 9f3b599

Please sign in to comment.