aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/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/asm-x86/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/asm-x86/smp.h')
-rw-r--r--xen/include/asm-x86/smp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h
index 3c85b87956..029b25b658 100644
--- a/xen/include/asm-x86/smp.h
+++ b/xen/include/asm-x86/smp.h
@@ -93,8 +93,6 @@ static __inline int logical_smp_processor_id(void)
#endif
-extern int __cpu_disable(void);
-extern void __cpu_die(unsigned int cpu);
#endif /* !__ASSEMBLY__ */
#else /* CONFIG_SMP */