commit | ad208d03a5a32957a419eb1a473aa96ff4da45ca | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@denx.de> | Sat Oct 27 01:00:53 2012 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Oct 27 12:39:37 2012 +0200 |
tree | 5f68991c540135d5b598f8b489482c459ce43e56 | |
parent | 8691c0db4a70fe87d9a05eec15ebfe99f6e953c1 [diff] |
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 <pavel@denx.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>