Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306061
b: refs/heads/master
c: 5d71c55
h: refs/heads/master
i:
  306059: 9a0d0db
v: v3
  • Loading branch information
Al Viro committed May 22, 2012
1 parent d6f74ae commit c854a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: fe49c1cebf054d5c797ecd6b91d5bf96d4295fe4
refs/heads/master: 5d71c55bdb020561a9d44c8453ca2a3ca524ea35
4 changes: 1 addition & 3 deletions trunk/arch/blackfin/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t * info,
return 0;

give_sigsegv:
if (sig == SIGSEGV)
ka->sa.sa_handler = SIG_DFL;
force_sig(SIGSEGV, current);
force_sigsegv(sig, current);
return -EFAULT;
}

Expand Down

0 comments on commit c854a3f

Please sign in to comment.