aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/common.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-14 16:57:11 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-12-14 18:15:47 +0900
commit72f4d57923d2aa651db060a71a6f6211654c119e (patch)
tree11c20ab3f639c842b9b8d0ff46e03025780fe4b7 /arch/arm/mach-shmobile/include/mach/common.h
parent4d7ec69576ca4427478405190bd32e560f06fe99 (diff)
downloadkernel_samsung_smdk4412-72f4d57923d2aa651db060a71a6f6211654c119e.zip
kernel_samsung_smdk4412-72f4d57923d2aa651db060a71a6f6211654c119e.tar.gz
kernel_samsung_smdk4412-72f4d57923d2aa651db060a71a6f6211654c119e.tar.bz2
ARM: mach-shmobile: sh73a0 SMP support
Add SMP support for ag5evm and the sh73a0 processor. Onlining and offlining works well, but at this point offlined processor cores are not put into sleep mode. There is no spinlock for syncing the secondary core with the first one in this implementation. The code instead relies on the cpu_online() check in __cpu_up(). Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index 32822f7..b8f1f62 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -38,4 +38,9 @@ extern void sh73a0_pinmux_init(void);
extern struct clk sh73a0_extal1_clk;
extern struct clk sh73a0_extal2_clk;
+extern unsigned int sh73a0_get_core_count(void);
+extern void sh73a0_secondary_init(unsigned int cpu);
+extern int sh73a0_boot_secondary(unsigned int cpu);
+extern void sh73a0_smp_prepare_cpus(void);
+
#endif /* __ARCH_MACH_COMMON_H */