From: Ben Dooks Date: Fri, 8 Nov 2013 18:29:27 +0000 (+0000) Subject: ARM: kprobes-test: use for ARM instruction building X-Git-Tag: v3.15-rc1~31^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af886d2dfdc0a7997438b39fe6b772b609d7314a;p=pandora-kernel.git ARM: kprobes-test: use for ARM instruction building The kprobes test will build certain instructions incorrectly if building big endian as .word output gets endian-swapped by the linker. Change to using and __inst_arm() to produce instructions. Acked-by: Jon Medhurst Signed-off-by: Ben Dooks [taras.kondratiuk@linaro.org: fixed unsupported coprocessor instructions] Signed-off-by: Taras Kondratiuk --- Reading git-diff-tree failed