aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/multicall.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-11-16 13:01:43 +0000
committerKeir Fraser <keir@xen.org>2010-11-16 13:01:43 +0000
commit430203d65f9e17b22b4a7ba404f535a7bba1a1ff (patch)
tree7c5e2b65b59bb3eb0179fee04c5d2134f5cc8530 /xen/include/xen/multicall.h
parent43e7d2b21a0ccfdb23de338987edf3da05d50e22 (diff)
downloadxen-430203d65f9e17b22b4a7ba404f535a7bba1a1ff.tar.gz
xen-430203d65f9e17b22b4a7ba404f535a7bba1a1ff.tar.bz2
xen-430203d65f9e17b22b4a7ba404f535a7bba1a1ff.zip
Make multicall state per-vcpu rather than per-cpu
This is a prerequisite for allowing guest descheduling within a hypercall. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/multicall.h')
-rw-r--r--xen/include/xen/multicall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/multicall.h b/xen/include/xen/multicall.h
index 34cdb4664f..0e8d8bb0ae 100644
--- a/xen/include/xen/multicall.h
+++ b/xen/include/xen/multicall.h
@@ -25,6 +25,4 @@ struct mc_state {
};
};
-DECLARE_PER_CPU(struct mc_state, mc_state);
-
#endif /* __XEN_MULTICALL_H__ */