]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] arm: swsusp build fix
authorAndrew Morton <akpm@osdl.org>
Sun, 26 Jun 2005 10:27:21 +0000 (03:27 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 26 Jun 2005 15:43:19 +0000 (08:43 -0700)
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>
arch/arm/kernel/signal.c

index 07ddeed61766559c1a6d12b1fb70f92608f31c8c..5e435e42dacdef45d87173527d60759aa7af083f 100644 (file)
@@ -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)