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>
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
arch/arm/kernel/probes-arm.c
0 → 100644
This diff is collapsed.
arch/arm/kernel/probes-arm.h
0 → 100644
arch/arm/kernel/probes.c
0 → 100644
This diff is collapsed.
arch/arm/kernel/probes.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment