diff options
author | Tony Lindgren <tony@atomide.com> | 2010-08-16 08:21:20 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-16 08:22:04 +0200 |
commit | a4192d32ae6788dc607e96fa85f9c9c8274e2212 (patch) | |
tree | 5dd733bcbcd1a44cff0cec5ec88f1e99719728e4 /arch/arm/mach-omap2/Makefile | |
parent | OMAP3: Fix a cpu type check problem (diff) | |
download | linux-a4192d32ae6788dc607e96fa85f9c9c8274e2212.tar.xz linux-a4192d32ae6788dc607e96fa85f9c9c8274e2212.zip |
omap: Fix sev instruction usage for multi-omap
Otherwise we get the following error with omap3_defconfig and CONFIG_SMP:
Error: selected processor does not support `sev'
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 63b2d8859c3c..88d3a1e920f5 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_LOCAL_TIMERS) += timer-mpu.o obj-$(CONFIG_HOTPLUG_CPU) += omap-hotplug.o obj-$(CONFIG_ARCH_OMAP4) += omap44xx-smc.o omap4-common.o +AFLAGS_omap-headsmp.o :=-Wa,-march=armv7-a AFLAGS_omap44xx-smc.o :=-Wa,-march=armv7-a # Functions loaded to SRAM |