aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/multicall.c
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
commit7b9361498f418c0ddca3ee202add13d24da0f0cd (patch)
tree686d870031edcc7aa6259721c2076d07e8897dba /xen/common/multicall.c
parent983789122cbdc4aa1865061e52e3f3f786588d47 (diff)
downloadxen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.gz
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.bz2
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.zip
bitkeeper revision 1.1653 (429f7931iJ8kgS9qBlBbtyY9irorQA)
Many files: More include cleanups towards "include where it's used". Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'xen/common/multicall.c')
-rw-r--r--xen/common/multicall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/multicall.c b/xen/common/multicall.c
index 3f6921353b..a3af8ef221 100644
--- a/xen/common/multicall.c
+++ b/xen/common/multicall.c
@@ -10,6 +10,7 @@
#include <xen/sched.h>
#include <xen/event.h>
#include <xen/multicall.h>
+#include <asm/current.h>
#include <asm/hardirq.h>
struct mc_state mc_state[NR_CPUS];