From: Santosh Shilimkar Date: Fri, 21 Jun 2013 22:54:47 +0000 (-0400) Subject: ARM: keystone: Move CPU bringup code to dedicated asm file X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aae7ab0f15d69166789cf84aea39e6b438c4c26;p=pandora-kernel.git ARM: keystone: Move CPU bringup code to dedicated asm file Because of inline asm usage in platsmp.c, smc instruction creates build failure for ARM V6+V7 build where as using instruction encoding for smc breaks the thumb2 build. So move the code snippet to separate asm file and mark it with 'armv7-a$(plus_sec)' to avoid any build issues. Signed-off-by: Santosh Shilimkar Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed