From: Pavel Machek Date: Fri, 26 Oct 2012 23:00:53 +0000 (+0200) Subject: ARM: socfpga: fix build break for allyesconfig X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~14^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad208d03a5a32957a419eb1a473aa96ff4da45ca;p=pandora-kernel.git ARM: socfpga: fix build break for allyesconfig Building a multiplatform kernel with combined armv7 and armv6 kernel does not work with the socfpga smp code, which contains v7-only instructions. Since this code never runs on armv6, we can annotate the assmebly with .arch armv7-a, as suggested by Russell King. [arnd: reword commit message] Signed-off-by: Pavel Machek Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed