[PATCH] x86_64: Allow nesting of int3 by default for kprobes
authorAndi Kleen <ak@suse.de>
Mon, 16 Jan 2006 00:56:39 +0000 (01:56 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:27:58 +0000 (11:27 -0800)
This unbreaks recursive kprobes which didn't work anymore
due to an earlier patch which converted the debug entry point
to use an IST.

This also allows nesting of the debug entry point too.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found