Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3437
b: refs/heads/master
c: bdb94f3
h: refs/heads/master
i:
  3435: 5bd8077
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 26, 2005
1 parent 874086e commit 9a1b4a2
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: 34f18a9887afaeb6e50168df512e1118f7d73542
refs/heads/master: bdb94f3a78366d46bc73c8c8d8fe0dfb9522ff36
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs *regs, int syscall)
if (!user_mode(regs))
return 0;

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

if (current->ptrace & PT_SINGLESTEP)
Expand Down

0 comments on commit 9a1b4a2

Please sign in to comment.