diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-03-19 14:59:41 +0100 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-07-09 15:44:39 +0200 |
commit | 283f708ca846903ee045e9f9374d627f7b47a711 (patch) | |
tree | cfd5db40a28e4c02ed0696fbd63945157e73020d /arch/arm/mach-omap2/common.h | |
parent | ARM: OMAP5: Add the WakeupGen IP updates (diff) | |
download | linux-283f708ca846903ee045e9f9374d627f7b47a711.tar.xz linux-283f708ca846903ee045e9f9374d627f7b47a711.zip |
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); extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); extern void omap_auxcoreboot_addr(u32 cpu_addr); extern u32 omap_read_auxcoreboot0(void); +extern void omap5_secondary_startup(void); #endif #if defined(CONFIG_SMP) && defined(CONFIG_PM) |