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