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