summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-08-16 08:21:20 +0200
committerTony Lindgren <tony@atomide.com>2010-08-16 08:22:04 +0200
commita4192d32ae6788dc607e96fa85f9c9c8274e2212 (patch)
tree5dd733bcbcd1a44cff0cec5ec88f1e99719728e4 /arch/arm/plat-omap
parentOMAP3: Fix a cpu type check problem (diff)
downloadlinux-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/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/smp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-omap/include/plat/smp.h b/arch/arm/plat-omap/include/plat/smp.h
index 6a3ff65c0303..5177a9c5a25a 100644
--- a/arch/arm/plat-omap/include/plat/smp.h
+++ b/arch/arm/plat-omap/include/plat/smp.h
@@ -19,13 +19,6 @@
#include <asm/hardware/gic.h>
-/*
- * set_event() is used to wake up secondary core from wfe using sev. ROM
- * code puts the second core into wfe(standby).
- *
- */
-#define set_event() __asm__ __volatile__ ("sev" : : : "memory")
-
/* Needed for secondary core boot */
extern void omap_secondary_startup(void);
extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask);