aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes-common.c
diff options
context:
space:
mode:
authorDavid A. Long <dave.long@linaro.org>2014-03-06 18:12:07 -0500
committerDavid A. Long <dave.long@linaro.org>2014-03-18 16:39:39 -0400
commit47e190fafde49ff8ca732fa137e39cb2b8baba8c (patch)
treebcfb54b117e8ac1ea0c06c22dd1546edc2c39aed /arch/arm/kernel/kprobes-common.c
parent44a0a59c535004eac9f18210cb2ce10b23861630 (diff)
ARM: Change the remaining shared kprobes/uprobes symbols to something generic
Any more ARM kprobes/uprobes symbols which have "kprobe" in the name must be changed to the more generic "probes" or other non-kprobes specific symbol. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/kprobes-common.c b/arch/arm/kernel/kprobes-common.c
index f151e15f566a..6159725597a1 100644
--- a/arch/arm/kernel/kprobes-common.c
+++ b/arch/arm/kernel/kprobes-common.c
@@ -127,7 +127,7 @@ enum probes_insn __kprobes
127kprobe_decode_ldmstm(probes_opcode_t insn, struct arch_specific_insn *asi, 127kprobe_decode_ldmstm(probes_opcode_t insn, struct arch_specific_insn *asi,
128 const struct decode_header *h) 128 const struct decode_header *h)
129{ 129{
130 kprobe_insn_handler_t *handler = 0; 130 probes_insn_handler_t *handler = 0;
131 unsigned reglist = insn & 0xffff; 131 unsigned reglist = insn & 0xffff;
132 int is_ldm = insn & 0x100000; 132 int is_ldm = insn & 0x100000;
133 int rn = (insn >> 16) & 0xf; 133 int rn = (insn >> 16) & 0xf;