From 1eb47fdc02a9ed1317210d319c1bd4ffc614006a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 27 Sep 2013 10:30:29 +0100 Subject: xen: arm: move smp_init_cpus to smpboot.c Seems like a better home. Signed-off-by: Ian Campbell Acked-by: Julien Grall --- xen/include/asm-arm/smp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/include') 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 -- cgit v1.2.3