linux/arch/arm/mach-socfpga
Pavel Machek ad208d03a5 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>
2012-10-27 12:39:37 +02:00
..
core.h ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00
headsmp.S ARM: socfpga: fix build break for allyesconfig 2012-10-27 12:39:37 +02:00
Kconfig ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00
Makefile ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00
platsmp.c ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00
socfpga.c ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00