aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/stop_machine.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-13 18:30:12 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-13 18:30:12 +0000
commitf280af038a947b67694780f999e06e05d11de1cf (patch)
tree4a135406c76376c7e9a013034144985a619a7580 /xen/include/xen/stop_machine.h
parent5dfa26a76cefd4220962ac1dfbf9028081c0ac5a (diff)
downloadxen-f280af038a947b67694780f999e06e05d11de1cf.tar.gz
xen-f280af038a947b67694780f999e06e05d11de1cf.tar.bz2
xen-f280af038a947b67694780f999e06e05d11de1cf.zip
xen: Clean up SMP/hotplug headers and implementation a bit.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/stop_machine.h')
-rw-r--r--xen/include/xen/stop_machine.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/xen/include/xen/stop_machine.h b/xen/include/xen/stop_machine.h
index f379f6705a..7d4506869f 100644
--- a/xen/include/xen/stop_machine.h
+++ b/xen/include/xen/stop_machine.h
@@ -16,15 +16,4 @@
* grabbing every spinlock in the kernel. */
int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu);
-/**
- * __stop_machine_run: freeze the machine on all CPUs and run this function
- * @fn: the function to run
- * @data: the data ptr for the @fn
- * @cpu: the cpu to run @fn on (or any, if @cpu == NR_CPUS.
- *
- * Description: This is a special version of the above, without explicit
- * lock acquisition. Used by hotplug cpu.
- */
-int __stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu);
-
#endif /* __XEN_STOP_MACHINE_H__ */