From: Martin Schwidefsky Date: Wed, 10 Nov 2010 09:05:57 +0000 (+0100) Subject: [S390] kprobes: disable interrupts throughout X-Git-Tag: v2.6.37-rc3~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb45839817392102e659c19e5c19aa39530021f;p=pandora-kernel.git [S390] kprobes: disable interrupts throughout Execute the kprobe exception and fault handler with interrupts disabled. To disable the interrupts only while a single step is in progress is not good enough, a kprobe from interrupt context while another kprobe is handled can confuse the internal house keeping. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed