From: Andrew Morton <akpm@osdl.org>

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/x86_64/kernel/kprobes.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/kernel/kprobes.c~kprobes-temporary-disarming-of-reentrant-probe-for-x86_64-fix arch/x86_64/kernel/kprobes.c
--- 25/arch/x86_64/kernel/kprobes.c~kprobes-temporary-disarming-of-reentrant-probe-for-x86_64-fix	2005-06-07 01:25:47.000000000 -0700
+++ 25-akpm/arch/x86_64/kernel/kprobes.c	2005-06-07 01:25:53.000000000 -0700
@@ -561,7 +561,7 @@ int post_kprobe_handler(struct pt_regs *
 	} else {
 		unlock_kprobes();
 	}
-
+out:
 	preempt_enable_no_resched();
 
 	/*
_