ARM: Move generic arm instruction parsing code to new files for sharing between features
authorDavid A. Long <dave.long@linaro.org>
Fri, 7 Mar 2014 16:16:10 +0000 (11:16 -0500)
committerDavid A. Long <dave.long@linaro.org>
Tue, 18 Mar 2014 20:39:35 +0000 (16:39 -0400)
commitc18377c303787ded44b7decd7dee694db0f205e9
tree431abbf7243c839c40a4524e56cde343afb0f53a
parentb2531dd5e5f19ea01d67aed82d81c5f778ec0fb7
ARM: Move generic arm instruction parsing code to new files for sharing between features

Move the arm version of the kprobes instruction parsing code into more generic
files from where it can be used by uprobes and possibly other subsystems. The
symbol names will be made more generic in a subsequent part of this patchset.

Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
arch/arm/include/asm/probes.h
arch/arm/kernel/Makefile
arch/arm/kernel/kprobes-arm.c
arch/arm/kernel/kprobes-common.c
arch/arm/kernel/kprobes.h
arch/arm/kernel/probes-arm.c [new file with mode: 0644]
arch/arm/kernel/probes-arm.h [new file with mode: 0644]
arch/arm/kernel/probes.c [new file with mode: 0644]
arch/arm/kernel/probes.h [new file with mode: 0644]