commit | cfe91f9ce297e23e6fbdf61c02bdd8ab9af7c8a8 | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Fri Feb 17 03:16:55 2006 -0500 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 17 08:55:21 2006 -0800 |
tree | 55ce8c6305fc70b1b544ce7365abd6054e9b5f61 | |
parent | d30864392823d5f38002fa32950689e651ee11da [diff] |
[PATCH] i386: fix singlestepping though a syscall 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>