Skip to content

Commit

Permalink
[PATCH] arm: swsusp build fix
Browse files Browse the repository at this point in the history
Another swsusp fixup.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 26, 2005
1 parent 34f18a9 commit bdb94f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 bdb94f3

Please sign in to comment.