ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions

Add an emulate flag into the instruction interpreter, primarily for uprobes
support.

Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
David A. Long
2014-03-05 21:40:12 -05:00
szülő 47e190fafd
commit 602cd2609e
8 fájl változott, egészen pontosan 25 új sor hozzáadva és 16 régi sor törölve

Fájl megtekintése

@@ -35,6 +35,7 @@ kprobe_decode_ldmstm(kprobe_opcode_t insn, struct arch_specific_insn *asi,
typedef enum probes_insn (kprobe_decode_insn_t)(probes_opcode_t,
struct arch_specific_insn *,
bool,
const union decode_action *);
#ifdef CONFIG_THUMB2_KERNEL