ARM: move generic thumb instruction parsing code to new files for use by other feature
authorDavid A. Long <dave.long@linaro.org>
Thu, 6 Mar 2014 02:06:29 +0000 (21:06 -0500)
committerDavid A. Long <dave.long@linaro.org>
Tue, 18 Mar 2014 20:39:36 +0000 (16:39 -0400)
commit87abef63ead5ac9e2c67f0c07c461eda6be16aeb
tree6f420f180379f63231dc91ab27696841dcb02528
parentc18377c303787ded44b7decd7dee694db0f205e9
ARM: move generic thumb instruction parsing code to new files for use by other feature

Move the thumb 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/kernel/Makefile
arch/arm/kernel/kprobes-thumb.c
arch/arm/kernel/probes-thumb.c [new file with mode: 0644]
arch/arm/kernel/probes-thumb.h [new file with mode: 0644]