aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-arm/smp.h')
-rw-r--r--xen/include/asm-arm/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-arm/smp.h b/xen/include/asm-arm/smp.h
index 83add6c0cd..1485cc64d3 100644
--- a/xen/include/asm-arm/smp.h
+++ b/xen/include/asm-arm/smp.h
@@ -24,6 +24,7 @@ extern int arch_cpu_up(int cpu);
/* Secondary CPU entry point */
extern void init_secondary(void);
+extern void smp_init_cpus(void);
extern void smp_clear_cpu_maps (void);
extern int smp_get_max_cpus (void);
#endif