]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: fix syscall tracing stuck process
authorGreg Ungerer <gerg@uclinux.org>
Mon, 16 Jan 2012 06:46:04 +0000 (16:46 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 7 Feb 2012 01:03:53 +0000 (11:03 +1000)
commit618d17535172ce1792bc9705a2c18724191915db
treea9f0f6aaa948722b6bb5aa121a550e5e6d6bd0b3
parentcf93ae9395b52389fb3405b04d099cacb66bac8c
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 <gerg@uclinux.org>
arch/m68k/platform/coldfire/entry.S