From: Jon Medhurst Date: Sat, 2 Jul 2011 14:36:32 +0000 (+0100) Subject: ARM: kprobes: Decode 16-bit Thumb hint instructions X-Git-Tag: v3.1-rc1~258^2^2~2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f92dfed6a9a5f490128c8e7cc6a64dfe412994f;p=pandora-kernel.git ARM: kprobes: Decode 16-bit Thumb hint instructions For hints which may have observable effects, like SEV (send event), we use kprobe_emulate_none which emulates the hint by executing the original instruction. For NOP we simulate the instruction using kprobe_simulate_nop, which does nothing. As probes execute with interrupts disabled this is also used for hints which may block for an indefinite time, like WFE (wait for event). Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed