mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 11:04:00 +08:00
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>
This commit is contained in:
parent
8691c0db4a
commit
ad208d03a5
@ -11,6 +11,7 @@
|
||||
#include <linux/init.h>
|
||||
|
||||
__INIT
|
||||
.arch armv7-a
|
||||
|
||||
#define CPU1_START_ADDR 0xffd08010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user