From: Greg Ungerer Date: Mon, 16 Jan 2012 06:46:04 +0000 (+1000) Subject: m68knommu: fix syscall tracing stuck process X-Git-Tag: v3.3-rc5~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3262c00d6feccdccd6567d27687ae4b64c54bd;p=pandora-kernel.git m68knommu: fix syscall tracing stuck process The return path from an exception was checking too many bits in the thread_info->flags, and getting stuck calling do_signal(). There was no work to do, we should only be checking the low 8 bits (as per comments and definitions in arch/m68k/include/asm/thread_info.h). This fixes the stuck process problem when using strace. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed