ARM: shmobile: Introduce per-CPU SMP boot / sleep code
[deliverable/linux.git] / arch / arm / mach-shmobile / include / mach / common.h
index 04209d5c0338f52bc0e9b4c3ede98193d98c47dd..3880cf54b2b31d8e06c4b081b8bcad9fba1737f6 100644 (file)
@@ -10,6 +10,10 @@ extern void shmobile_setup_console(void);
 extern void shmobile_boot_vector(void);
 extern unsigned long shmobile_boot_fn;
 extern unsigned long shmobile_boot_arg;
+extern void shmobile_smp_boot(void);
+extern void shmobile_smp_sleep(void);
+extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,
+                             unsigned long arg);
 extern void shmobile_boot_scu(void);
 extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus);
 extern int shmobile_smp_scu_boot_secondary(unsigned int cpu,
This page took 0.025273 seconds and 5 git commands to generate.