commit | 888be25402021a425da3e85e2d5a954d7509286e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Nov 08 18:29:25 2013 +0000 |
committer | Taras Kondratiuk <taras@ti.com> | Tue Apr 01 16:45:19 2014 +0300 |
tree | 5f6a556112fe3098370272c57e482501956d8f6c | |
parent | c7edc9e326d53ca5ef9bed82de0740c6b107d55b [diff] |
ARM: probes: fix instruction fetch order with <asm/opcodes.h> If we are running BE8, the data and instruction endianness do not match, so use <asm/opcodes.h> to correctly translate memory accesses into ARM instructions. Acked-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> [taras.kondratiuk@linaro.org: fixed Thumb instruction fetch order] Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>