aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-npcm/headsmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-npcm/headsmp.S')
-rw-r--r--arch/arm/mach-npcm/headsmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-npcm/headsmp.S b/arch/arm/mach-npcm/headsmp.S
index c083fe09a07b..84d2b6daaf0b 100644
--- a/arch/arm/mach-npcm/headsmp.S
+++ b/arch/arm/mach-npcm/headsmp.S
@@ -6,6 +6,8 @@
#include <linux/init.h>
#include <asm/assembler.h>
+.arch armv7-a
+
/*
* The boot ROM does not start secondary CPUs in SVC mode, so we need to do that
* here.