On Wed, Jul 24, 2013 at 11:27:50AM +0100, Ben Dooks wrote:
Add ARM_BE8() helper to wrap any code conditional on being
compile when CONFIG_ARM_ENDIAN_BE8 is selected and convert
existing places where this is to use it.
Acked-by: Nicolas Pitre <redacted>
Signed-off-by: Ben Dooks <redacted>
Reviewed-by: Will Deacon <redacted>
We could probably add a similar ARM_LE helper to clean up the
__LITTLE_ENDIAN definitions in arch/arm/net/bpf_jit_32.c too.
Will