Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5106
b: refs/heads/master
c: 0e6c1f5
h: refs/heads/master
v: v3
  • Loading branch information
Nigel Cunningham authored and Linus Torvalds committed Jul 27, 2005
1 parent 0302e23 commit 62df2fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 54264911ce8c3f4a9e7fc193bc78a85e04df7fa0
refs/heads/master: 0e6c1f5facffd94000832d402be1ea75f73c90e3
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irixsig.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ asmlinkage int do_irix_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
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ int do_signal32(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
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ int do_signal(struct pt_regs *regs, sigset_t *oldset)
if (!user_mode(regs))
return 1;

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

if (!oldset)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh64/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ int do_signal(struct pt_regs *regs, sigset_t *oldset)
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 62df2fb

Please sign in to comment.