aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-27 10:30:29 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-27 16:49:52 +0100
commit1eb47fdc02a9ed1317210d319c1bd4ffc614006a (patch)
treeba6567e5dc94d15378c6eeecbee822d29fc9b878 /xen/include
parenteb0fa994b9c90abeafec2d9dc2c1f2fdffc1acef (diff)
downloadxen-1eb47fdc02a9ed1317210d319c1bd4ffc614006a.tar.gz
xen-1eb47fdc02a9ed1317210d319c1bd4ffc614006a.tar.bz2
xen-1eb47fdc02a9ed1317210d319c1bd4ffc614006a.zip
xen: arm: move smp_init_cpus to smpboot.c
Seems like a better home. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Julien Grall <julien.grall@linaro.org>
Diffstat (limited to 'xen/include')
-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