Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295301
b: refs/heads/master
c: 4ca159f
h: refs/heads/master
i:
  295299: 9664d3a
v: v3
  • Loading branch information
Matt Fleming authored and Jonas Bonn committed Feb 17, 2012
1 parent c53efeb commit 6835b83
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: dec830189e1e192a80f574243a2dc31bdc1c4fc5
refs/heads/master: 4ca159f725e46462fbad64c928437a6651f6405b
4 changes: 1 addition & 3 deletions trunk/arch/openrisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ static void setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
return;

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

static inline void
Expand Down

0 comments on commit 6835b83

Please sign in to comment.