Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306063
b: refs/heads/master
c: cf4a0ce
h: refs/heads/master
i:
  306061: c854a3f
  306059: 9a0d0db
  306055: 8cc4cdb
  306047: 02fd2ad
v: v3
  • Loading branch information
Al Viro committed May 22, 2012
1 parent b2e7556 commit 512ee57
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: 6eef019002e61abdc5e4384e4154d73c9f56d2bc
refs/heads/master: cf4a0ce45c06f79f800f6d8747618901e3a6a8ad
4 changes: 1 addition & 3 deletions trunk/arch/score/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ static int setup_rt_frame(struct k_sigaction *ka, struct pt_regs *regs,
return 0;

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

Expand Down

0 comments on commit 512ee57

Please sign in to comment.