commit | f735325463c932b18980f1a7ba027eee1e933cae | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Nov 08 18:29:25 2013 +0000 |
committer | Andrey Konovalov <andrey.konovalov@linaro.org> | Wed Apr 16 23:20:24 2014 +0400 |
tree | 248fa116a304a24a6a42087863131fe81f714250 | |
parent | 1e8172df6154d3c2be0e5a21a4177449d5f65652 [diff] |
ARM: kprobes: 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>