commit | 87abef63ead5ac9e2c67f0c07c461eda6be16aeb | [log] [tgz] |
---|---|---|
author | David A. Long <dave.long@linaro.org> | Wed Mar 05 21:06:29 2014 -0500 |
committer | David A. Long <dave.long@linaro.org> | Tue Mar 18 16:39:36 2014 -0400 |
tree | 6f420f180379f63231dc91ab27696841dcb02528 | |
parent | c18377c303787ded44b7decd7dee694db0f205e9 [diff] |
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>