ARM: traps: use <asm/opcodes.h> to get correct instruction order
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 19 Jul 2013 16:12:05 +0000 (17:12 +0100)
committerBen Dooks <ben.dooks@codethink.co.uk>
Sat, 19 Oct 2013 19:46:34 +0000 (20:46 +0100)
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>

No differences found