Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3623
b: refs/heads/master
c: d4b3a80
h: refs/heads/master
i:
  3621: a600920
  3619: c1aa147
  3615: 5e3308a
v: v3
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Jun 27, 2005
1 parent 7b0be85 commit 90ad4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3212c6be251219c0f4c2df0c93e122ff5be0d9dc
refs/heads/master: d4b3a80e399c989028acd5185c792fab82eda035
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs *regs)
if (!user_mode(regs))
return 1;

if (try_to_freeze(0))
if (try_to_freeze())
goto no_signal;

if (!oldset)
Expand Down

0 comments on commit 90ad4f9

Please sign in to comment.