From: Dave Martin Date: Fri, 4 Mar 2011 15:33:55 +0000 (+0000) Subject: ARM: omap3: Remove hand-encoded SMC instructions X-Git-Tag: v2.6.39-rc1~432^2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d500182061dcc7508e6b829af097348fa7d804;p=pandora-kernel.git ARM: omap3: Remove hand-encoded SMC instructions For various reasons, Linux now only officially supports being built with tools which are new enough to understand the SMC instruction. Replacing the hand-encoded instructions when the mnemonic also allows for correct assembly in Thumb-2 (otherwise, the result is random data in the middle of the code). The Makefile already ensures that this file is built with a high enough gcc -march= flag (armv7-a). Signed-off-by: Dave Martin Tested-by: Santosh Shilimkar Tested-by: Jean Pihet Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed