commit | 3b86ee7a691def5dafef46a21ef4fc581f18d74c | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Nov 08 18:29:28 2013 +0000 |
committer | Taras Kondratiuk <taras@ti.com> | Tue Apr 01 16:48:26 2014 +0300 |
tree | 68c03b5a849e5ab761aae181494b0f4e8f1b2eb7 | |
parent | af886d2dfdc0a7997438b39fe6b772b609d7314a [diff] |
ARM: kprobes-test: use <asm/opcodes.h> 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 <asm/opcodes.h> and __inst_thumbXX() to produce instructions. Acked-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>