Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295302
b: refs/heads/master
c: b675eeb
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Jonas Bonn committed Feb 17, 2012
1 parent 6835b83 commit 5305117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 4ca159f725e46462fbad64c928437a6651f6405b
refs/heads/master: b675eeb743abaa0b99a35c1fd32fea8e13a17d32
3 changes: 0 additions & 3 deletions trunk/arch/openrisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ handle_signal(unsigned long sig,
{
setup_rt_frame(sig, ka, info, oldset, regs);

if (ka->sa.sa_flags & SA_ONESHOT)
ka->sa.sa_handler = SIG_DFL;

spin_lock_irq(&current->sighand->siglock);
sigorsets(&current->blocked, &current->blocked, &ka->sa.sa_mask);
if (!(ka->sa.sa_flags & SA_NODEFER))
Expand Down

0 comments on commit 5305117

Please sign in to comment.