From 9ec2708053b647969bee862902872d44a5f9b439 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Fri, 29 Oct 2010 16:50:45 +0200 Subject: [PATCH] [S390] fix kprobes single stepping Fix kprobes after git commit 1e54622e0403891b10f2105663e0f9dd595a1f17 broke it. The kprobe_handler is now called with interrupts in the state at the time of the breakpoint. The single step of the replaced instruction is done with interrupts off which makes it necessary to enable and disable the interupts in the kprobes code. Signed-off-by: Martin Schwidefsky --- Reading git-format-patch failed