commit | 16acbc624e2b7b750570cb672341d05a816051f4 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Apr 16 15:24:14 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:24:14 2005 -0700 |
tree | ca337baa5a2950ae6a3ff8eb19ac5ae15cbb70c5 | |
parent | 0c9b79429c83a404a04908be65baa9d97836bbb6 [diff] |
[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>