commit | adb45839817392102e659c19e5c19aa39530021f | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Nov 10 10:05:57 2010 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed Nov 10 10:05:54 2010 +0100 |
tree | 00a28ba170a4f82e083942863997a55e5389b30a | |
parent | becf91f18750cf1c60828aa2ee63a36b05c2e4d0 [diff] |
[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 <schwidefsky@de.ibm.com>