diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-04-05 08:59:02 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-04-09 13:53:06 -0400 |
commit | baf4b7d3436be7e8c8ff5bd58acc51a9b07e1871 (patch) | |
tree | a73aa055caeb007cc53ebe03883c9d3aa21379d1 /arch/arm/mach-omap2/common.h | |
parent | 9f192cf7dad8f362e937badb890dc0ab03b03b81 (diff) |
ARM: OMAP4+: Make secondary_startup function name more consistent
Current code has rather inconsistent function names for 'secondary_startup'
routines. Update it to make it more consistent.
Suggested by Kevin Hilman as part of OMAP5 PM patch review.
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 40f4a03d728f..1a568482a107 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -230,8 +230,8 @@ extern void omap_do_wfi(void); | |||
230 | 230 | ||
231 | #ifdef CONFIG_SMP | 231 | #ifdef CONFIG_SMP |
232 | /* Needed for secondary core boot */ | 232 | /* Needed for secondary core boot */ |
233 | extern void omap_secondary_startup(void); | 233 | extern void omap4_secondary_startup(void); |
234 | extern void omap_secondary_startup_4460(void); | 234 | extern void omap4460_secondary_startup(void); |
235 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); | 235 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); |
236 | extern void omap_auxcoreboot_addr(u32 cpu_addr); | 236 | extern void omap_auxcoreboot_addr(u32 cpu_addr); |
237 | extern u32 omap_read_auxcoreboot0(void); | 237 | extern u32 omap_read_auxcoreboot0(void); |