git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2722260
)
ARM: kprobes: Fix test code compilation errors for ARMv4 targets
author
Jon Medhurst
<tixy@linaro.org>
Tue, 11 Mar 2014 14:05:26 +0000
(14:05 +0000)
committer
Jon Medhurst
<tixy@linaro.org>
Wed, 2 Jul 2014 11:48:36 +0000
(12:48 +0100)
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>
No differences found