commit | 449fd15fbcde239875031d70fd06abb4a0e1ed09 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@linaro.org> | Tue Mar 11 14:05:26 2014 +0000 |
committer | Jon Medhurst <tixy@linaro.org> | Wed Jul 02 12:48:36 2014 +0100 |
tree | 03c689fc99430e0bb3eb7ced5968f7c994c482d2 | |
parent | 272226007f436eff953c4398c1f5509cb74889ac [diff] |
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>