aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/smp.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-14 18:25:55 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-14 18:25:55 +0100
commit06111bb25b5ca1c3c18f3af9fcc13bb4e0e10174 (patch)
treefe4ff1f71c6f6364e6d996a0621fdb70f0d5c3fd /xen/include/xen/smp.h
parentc1bc99b8a753b87e0febcf7cddba1d738f9be7fa (diff)
downloadxen-06111bb25b5ca1c3c18f3af9fcc13bb4e0e10174.tar.gz
xen-06111bb25b5ca1c3c18f3af9fcc13bb4e0e10174.tar.bz2
xen-06111bb25b5ca1c3c18f3af9fcc13bb4e0e10174.zip
Some cleanups to cpu offline handling.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index f603e001e6..7eac790bf7 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -21,11 +21,6 @@ extern void smp_send_state_dump(unsigned int cpu);
extern void smp_prepare_cpus(unsigned int max_cpus);
/*
- * Bring a CPU up
- */
-extern int __cpu_up(unsigned int cpunum);
-
-/*
* Final polishing of CPUs
*/
extern void smp_cpus_done(unsigned int max_cpus);