diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-03-19 09:59:41 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-07-09 09:44:39 -0400 |
commit | 283f708ca846903ee045e9f9374d627f7b47a711 (patch) | |
tree | cfd5db40a28e4c02ed0696fbd63945157e73020d /arch/arm/mach-omap2/common.h | |
parent | 247c445c0fbd52c77e497ff5bfcf0dceb8afea8d (diff) |
ARM: OMAP5: Add SMP support
Add OMAP5 SMP boot support using OMAP4 SMP code. The relevant code paths
are runtime checked using cpu id
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 97e8792b33b0..960f98451a2e 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -276,6 +276,7 @@ extern void omap_secondary_startup(void); | |||
276 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); | 276 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); |
277 | extern void omap_auxcoreboot_addr(u32 cpu_addr); | 277 | extern void omap_auxcoreboot_addr(u32 cpu_addr); |
278 | extern u32 omap_read_auxcoreboot0(void); | 278 | extern u32 omap_read_auxcoreboot0(void); |
279 | extern void omap5_secondary_startup(void); | ||
279 | #endif | 280 | #endif |
280 | 281 | ||
281 | #if defined(CONFIG_SMP) && defined(CONFIG_PM) | 282 | #if defined(CONFIG_SMP) && defined(CONFIG_PM) |