diff options
author | David A. Long <dave.long@linaro.org> | 2014-03-05 21:23:42 -0500 |
---|---|---|
committer | David A. Long <dave.long@linaro.org> | 2014-03-18 16:39:38 -0400 |
commit | 44a0a59c535004eac9f18210cb2ce10b23861630 (patch) | |
tree | 7671e87de628e95118d9bb9391fd24334639d007 /arch/arm/kernel/kprobes-common.c | |
parent | eb73ea97e63bb06bf98ff052615ce181bc7f69ec (diff) | |
download | blackbird-obmc-linux-44a0a59c535004eac9f18210cb2ce10b23861630.tar.gz blackbird-obmc-linux-44a0a59c535004eac9f18210cb2ce10b23861630.zip |
ARM: Rename the shared kprobes/uprobe return value enum
Change the name of kprobes_insn to probes_insn so it can be shared between
kprobes and uprobes without confusion.
Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch/arm/kernel/kprobes-common.c')
-rw-r--r-- | arch/arm/kernel/kprobes-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/kprobes-common.c b/arch/arm/kernel/kprobes-common.c index 08b55605c1ec..f151e15f566a 100644 --- a/arch/arm/kernel/kprobes-common.c +++ b/arch/arm/kernel/kprobes-common.c @@ -123,7 +123,7 @@ emulate_ldm_r3_15(probes_opcode_t insn, load_write_pc(regs->ARM_pc, regs); } -enum kprobe_insn __kprobes +enum probes_insn __kprobes kprobe_decode_ldmstm(probes_opcode_t insn, struct arch_specific_insn *asi, const struct decode_header *h) { |