]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ppc32: fix bogosity in process-freezing code
authorPaul Mackerras <paulus@samba.org>
Sat, 16 Apr 2005 22:24:14 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:14 +0000 (15:24 -0700)
commit16acbc624e2b7b750570cb672341d05a816051f4
treeca337baa5a2950ae6a3ff8eb19ac5ae15cbb70c5
parent0c9b79429c83a404a04908be65baa9d97836bbb6
[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 <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/signal.c