ARM: kprobes: Fix test code compilation errors for ARMv4 targets
authorJon Medhurst <tixy@linaro.org>
Tue, 11 Mar 2014 14:05:26 +0000 (14:05 +0000)
committerJon Medhurst <tixy@linaro.org>
Wed, 2 Jul 2014 11:48:36 +0000 (12:48 +0100)
commit449fd15fbcde239875031d70fd06abb4a0e1ed09
tree03c689fc99430e0bb3eb7ced5968f7c994c482d2
parent272226007f436eff953c4398c1f5509cb74889ac
ARM: kprobes: Fix test code compilation errors for ARMv4 targets

Conditionally compile kprobes test cases for ARMv5 instructions to avoid
compilation errors with ARMv4 targets like:

/tmp/cc7Tx8ST.s:16740: Error: selected processor does not support ARM mode `clz r0,r0'

Signed-off-by: Jon Medhurst <tixy@linaro.org>
arch/arm/kernel/kprobes-test-arm.c