commit | a79a0cb1d35ec422dcf493cef1bebf9fdfcfdb9a | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Fri Jul 19 17:12:05 2013 +0100 |
committer | Ben Dooks <ben.dooks@codethink.co.uk> | Sat Oct 19 20:46:34 2013 +0100 |
tree | 4e3dfddc2f910e07c9847cf68a97eeb9fe646851 | |
parent | 8592edf0dec8159fde379eb7e056eaddbbd697f2 [diff] |
ARM: traps: use <asm/opcodes.h> to get correct instruction order The trap handler needs to take into account the endian configuration of the system when loading instructions. Use <asm/opcodes.h> to provide the necessary conversion functions. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>