From: Victor Kamensky Date: Thu, 7 Nov 2013 07:42:42 +0000 (+0100) Subject: ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE X-Git-Tag: v3.13-rc1~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a790df8e984b143e71ca429316064adaecf65c;p=pandora-kernel.git ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE Fix patching code to convert mov instruction into mvn instruction in case of CONFIG_ARCH_PHYS_ADDR_T_64BIT and CONFIG_ARM_PATCH_PHYS_VIRT. In BE case store into r0 proper bits so byte swapped instruction could be modified correctly. Signed-off-by: Victor Kamensky Reviewed-by: R Sricharan Acked-by: Santosh Shilimkar Signed-off-by: Russell King --- Reading git-diff-tree failed