ARM: asm: Add ARM_BE8() assembly helper
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 12 Feb 2013 18:59:57 +0000 (18:59 +0000)
committerVictor Kamensky <victor.kamensky@linaro.org>
Thu, 13 Mar 2014 21:42:27 +0000 (14:42 -0700)
commit87d7e2fbb75c47fb83363953b8f865a6d4d359aa
tree3538cc0c0751503da277b92a5f34a8ea9151f259
parent61382e516c9015d5c91334e1f28db551af9e9198
ARM: asm: Add ARM_BE8() assembly helper

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 <nico@linaro.org>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
(cherry picked from commit 457c2403c513c74f60d5757fd11ae927e5554a38)

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
arch/arm/boot/compressed/head.S
arch/arm/include/asm/assembler.h
arch/arm/kernel/entry-armv.S
arch/arm/kernel/entry-common.S
arch/arm/mm/abort-ev6.S
arch/arm/mm/proc-v6.S
arch/arm/mm/proc-v7.S