Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36005
b: refs/heads/master
c: 45887e1
h: refs/heads/master
i:
  36003: 5b0f02c
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent 8d9d14e commit 1ea83e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b223c861fd98080c2483f196b2496ac1f06f308
refs/heads/master: 45887e12f21780f00b861fdaff8e9d02a42eeb0f
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ void do_signal(struct pt_regs *regs)
if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK);
}

return;
}

/*
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,8 @@ void do_signal32(struct pt_regs *regs)
if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK);
}

return;
}

/*
Expand Down

0 comments on commit 1ea83e6

Please sign in to comment.