]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15c5ba8e4046bcff1cc28e149747c83a7f432f05
tree6f420f180379f63231dc91ab27696841dcb02528
parent4ff028824c8248625eb961a646b3b7b2186b27a4
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]