]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ff028824c8248625eb961a646b3b7b2186b27a4
tree431abbf7243c839c40a4524e56cde343afb0f53a
parent92aabef96d7c11397bd369f4167f66747e1ea3a8
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]