aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/smp.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-05-01 10:15:11 +0100
committerJan Beulich <jbeulich@novell.com>2011-05-01 10:15:11 +0100
commit440cbc2937cceedbad853432c0edc0711c4af0e1 (patch)
tree7836f5c8d2613b6a0a434a90850e020d9bb99c76 /xen/include/xen/smp.h
parent6719cd8e96852c8059f16ed8783bf978df30e548 (diff)
downloadxen-440cbc2937cceedbad853432c0edc0711c4af0e1.tar.gz
xen-440cbc2937cceedbad853432c0edc0711c4af0e1.tar.bz2
xen-440cbc2937cceedbad853432c0edc0711c4af0e1.zip
A little bit of SMP boot code cleanup
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index 47792b53a4..0003febe80 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -23,7 +23,7 @@ extern void smp_prepare_cpus(unsigned int max_cpus);
/*
* Final polishing of CPUs
*/
-extern void smp_cpus_done(unsigned int max_cpus);
+extern void smp_cpus_done(void);
/*
* Call a function on all other processors