From 3b86ee7a691def5dafef46a21ef4fc581f18d74c Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Fri, 8 Nov 2013 18:29:28 +0000 Subject: [PATCH] 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-format-patch failed