]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf155c4cde4366045c8b13a0d9b97a3ae3c07f810
tree03c689fc99430e0bb3eb7ced5968f7c994c482d2
parent29096674d09ba8dfa6daed461b26e57aeaf923ae
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