From: Paul Mackerras Date: Sat, 16 Apr 2005 22:24:14 +0000 (-0700) Subject: [PATCH] ppc32: fix bogosity in process-freezing code X-Git-Tag: v2.6.12-rc3~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16acbc624e2b7b750570cb672341d05a816051f4;p=pandora-kernel.git [PATCH] ppc32: fix bogosity in process-freezing code The code that went into arch/ppc/kernel/signal.c recently to handle process freezing seems to contain a dubious assumption: that a process that calls do_signal when PF_FREEZE is set will have entered the kernel because of a system call. This patch removes that assumption. Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed