]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: net: fix arm instruction endian-ness in bpf_jit_32.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 24 Jul 2013 14:44:56 +0000 (15:44 +0100)
committerBen Dooks <ben.dooks@codethink.co.uk>
Sat, 19 Oct 2013 19:46:35 +0000 (20:46 +0100)
commit3460743e025addc1ecbd496db2231181a2431774
tree18ec651f6425d4eae9e952f5cec6df8ab15effa6
parentbfdef3b32d2f36bf137c039de9a545cdfcfbafe2
ARM: net: fix arm instruction endian-ness in bpf_jit_32.c

Use <asm/opcodes.h> to correctly transform instruction byte ordering
into in-memory ordering.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
arch/arm/net/bpf_jit_32.c