linux/arch/arm64/kernel/probes
Paul Gortmaker 0edfa83916 arm64: migrate exception table users off module.h and onto extable.h
These files were only including module.h for exception table
related functions.  We've now separated that content out into its
own file "extable.h" so now move over to that and avoid all the
extra header content in module.h that we don't really need to compile
these files.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2016-09-20 09:36:21 +01:00
..
decode-insn.c arm64: Improve kprobes test for atomic sequence 2016-09-15 08:33:46 +01:00
decode-insn.h arm64: kprobes instruction simulation support 2016-07-19 15:03:21 +01:00
kprobes_trampoline.S arm64: Add trampoline code for kretprobes 2016-07-19 15:03:22 +01:00
kprobes.c arm64: migrate exception table users off module.h and onto extable.h 2016-09-20 09:36:21 +01:00
Makefile arm64: Add trampoline code for kretprobes 2016-07-19 15:03:22 +01:00
simulate-insn.c arm64: kprobes instruction simulation support 2016-07-19 15:03:21 +01:00
simulate-insn.h arm64: kprobes instruction simulation support 2016-07-19 15:03:21 +01:00