]> 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)
commit63ad9bb65dcd5f78b6f063ce0f6fb7641b541f38
tree431abbf7243c839c40a4524e56cde343afb0f53a
parent0e022f4955be87f4534c7962a5d3d1fdbb958b00
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]