diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-27 13:41:05 +0200 |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-09-20 20:17:43 +0200 |
commit | c0cc6df16394da020242a54d577848f9edd9dc50 (patch) | |
tree | 5a4da2ef6eeffad38d5771cd1ed8a000a6dbf037 /arch/arm/kernel/kprobes-test.h | |
parent | ARM: kprobes: Add Thumb instruction simulation test cases (diff) | |
download | linux-c0cc6df16394da020242a54d577848f9edd9dc50.tar.xz linux-c0cc6df16394da020242a54d577848f9edd9dc50.zip |
ARM: kprobes: Add ARM instruction simulation test cases
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/kernel/kprobes-test.h')
-rw-r--r-- | arch/arm/kernel/kprobes-test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/kprobes-test.h b/arch/arm/kernel/kprobes-test.h index 7d982290908f..0dc5d77b9356 100644 --- a/arch/arm/kernel/kprobes-test.h +++ b/arch/arm/kernel/kprobes-test.h @@ -387,4 +387,6 @@ struct test_arg_end { #ifdef CONFIG_THUMB2_KERNEL void kprobe_thumb16_test_cases(void); void kprobe_thumb32_test_cases(void); +#else +void kprobe_arm_test_cases(void); #endif |