aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/stop_machine.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-14 14:16:04 +0000
committerKeir Fraser <keir@xen.org>2011-01-14 14:16:04 +0000
commit28c7ad54f50ec385f5ae6f5323801e8c0dd8b2cf (patch)
treef22b085c68dc309b1203e2bff668220bc611c339 /xen/include/xen/stop_machine.h
parent22154402c7d7c358024c9aeaa7506d78f35363ae (diff)
downloadxen-28c7ad54f50ec385f5ae6f5323801e8c0dd8b2cf.tar.gz
xen-28c7ad54f50ec385f5ae6f5323801e8c0dd8b2cf.tar.bz2
xen-28c7ad54f50ec385f5ae6f5323801e8c0dd8b2cf.zip
stop_machine: Allow specified function to run on all CPUs.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/stop_machine.h')
-rw-r--r--xen/include/xen/stop_machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/stop_machine.h b/xen/include/xen/stop_machine.h
index 7d4506869f..c63da1b309 100644
--- a/xen/include/xen/stop_machine.h
+++ b/xen/include/xen/stop_machine.h
@@ -5,7 +5,7 @@
* 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).
+ * @cpu: the cpu to run @fn() on (or all, if @cpu == NR_CPUS).
*
* Description: This causes every other cpu to enter a safe point, with
* each of which disables interrupts, and finally interrupts are disabled