[PATCH] x86_64: Fix interaction of single stepping with debuggers
authorAndi Kleen <ak@suse.de>
Sat, 16 Apr 2005 22:25:00 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:00 +0000 (15:25 -0700)
commitd61915da63e2ef03d9034e3b2ec7d8cca55d7584
tree1ce31b822346bb65864813d774a67037c7d3b684
parentb957591fee753101f289615abab1c54ff7b1d29d
[PATCH] x86_64: Fix interaction of single stepping with debuggers

Ported from i386/Linus

Fix another TF corner case.  Need to do the special TF handling for all
signals to make debuggers happy

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/signal.c