From: Dave Martin Date: Fri, 30 Nov 2012 11:56:05 +0000 (+0000) Subject: ARM: virt: Avoid bx instruction for compatibility with <=ARMv4 X-Git-Tag: v3.8-rc5~4^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a12e008e292a81d312659529b71be2026ab355;p=pandora-kernel.git ARM: virt: Avoid bx instruction for compatibility with <=ARMv4 Non-T variants of ARMv4 do not support the bx instruction. However, __hyp_stub_install is always called from the same instruction set used to build the bulk of the kernel, so bx should not be necessary. This patch uses the traditional "mov pc" instead of bx. Cc: Signed-off-by: Dave Martin [will: fixed up remaining bx instruction] Signed-off-by: Will Deacon --- Reading git-diff-tree failed