Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdb94f3a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] arm: swsusp build fix



Another swsusp fixup.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 34f18a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)