Browse Source

[PATCH] arm: swsusp build fix

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>
Andrew Morton 20 years ago
parent
commit
bdb94f3a78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/kernel/signal.c

+ 1 - 1
arch/arm/kernel/signal.c

@@ -697,7 +697,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs *regs, int syscall)
 	if (!user_mode(regs))
 	if (!user_mode(regs))
 		return 0;
 		return 0;
 
 
-	if (try_to_freeze(0))
+	if (try_to_freeze())
 		goto no_signal;
 		goto no_signal;
 
 
 	if (current->ptrace & PT_SINGLESTEP)
 	if (current->ptrace & PT_SINGLESTEP)