diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-08 08:15:22 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-13 09:34:57 -0400 |
commit | 06915321e7935d2eb778f0a7f333b2603c1404df (patch) | |
tree | edcab1162a19d1163c00134f2d2c163e71a566ba /arch/arm/mach-omap2/common.h | |
parent | 3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d (diff) |
ARM: SoC: convert OMAP4 to SMP operations
Convert OMAP4 to use struct smp_operations to provide its SMP
and CPU hotplug operations.
Tested on both Panda and IGEPv2 (MULTI_OMAP kernel)
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 1f65b1871c23..229610687315 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -278,6 +278,11 @@ extern void omap_secondary_startup(void); | |||
278 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); | 278 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); |
279 | extern void omap_auxcoreboot_addr(u32 cpu_addr); | 279 | extern void omap_auxcoreboot_addr(u32 cpu_addr); |
280 | extern u32 omap_read_auxcoreboot0(void); | 280 | extern u32 omap_read_auxcoreboot0(void); |
281 | |||
282 | extern void omap4_cpu_die(unsigned int cpu); | ||
283 | |||
284 | extern struct smp_operations omap4_smp_ops; | ||
285 | |||
281 | extern void omap5_secondary_startup(void); | 286 | extern void omap5_secondary_startup(void); |
282 | #endif | 287 | #endif |
283 | 288 | ||