ARM: Change more ARM kprobes symbol names to something more generic
authorDavid A. Long <dave.long@linaro.org>
Thu, 6 Mar 2014 02:20:25 +0000 (21:20 -0500)
committerDavid A. Long <dave.long@linaro.org>
Tue, 18 Mar 2014 20:39:38 +0000 (16:39 -0400)
commiteb73ea97e63bb06bf98ff052615ce181bc7f69ec
treed55b8de968809e2128df85137010cbac4c9b5f56
parentf145d664df502585618b12ed68c681f82153e02a
ARM: Change more ARM kprobes symbol names to something more generic

Change kprobe_emulate_none, kprobe_simulate_nop, and arm_kprobe_decode_init
function names to something more appropriate for code being shared
outside of the kprobes subsystem. Also, move the new arm_probes_decode_init
declaration out of the kprobes.h include file and into the probes.h include file.

Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
arch/arm/kernel/kprobes-arm.c
arch/arm/kernel/kprobes-thumb.c
arch/arm/kernel/kprobes.c
arch/arm/kernel/kprobes.h
arch/arm/kernel/probes.c
arch/arm/kernel/probes.h
This page took 0.02841 seconds and 5 git commands to generate.