[PATCH] i386: fix singlestepping though a syscall
authorChuck Ebbert <76306.1226@compuserve.com>
Fri, 17 Feb 2006 08:16:55 +0000 (03:16 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 16:55:21 +0000 (08:55 -0800)
Do not mask TIF_SINGLESTEP bit in _TIF_WORK_MASK. Masking this stopped
do_notify_resume() from being called when it should have been.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found