From: Arnd Bergmann Date: Thu, 27 Feb 2014 12:42:37 +0000 (+0100) Subject: ARM: tegra: make debug_ll code build for ARMv6 X-Git-Tag: v3.15-rc1~81^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3ba4567e8d11de89673afea174d206ca9446f6;p=pandora-kernel.git ARM: tegra: make debug_ll code build for ARMv6 In a combined ARMv6/v7 kernel, we cannot use the movt/movw instructions to load an immediate, as they are not valid on ARMv6. This changes the file to use an indirect load instead, as lots of other implementations do. Signed-off-by: Arnd Bergmann Tested-by: Stephen Warren Acked-by: Stephen Warren Cc: Thierry Reding Cc: linux-tegra@vger.kernel.org --- Reading git-diff-tree failed