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 20:27:34 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 20:27:34 +0000
commit42825bdf1d9d4e1b560e4d37a5a8500b595796eb (patch)
tree1a92c57122d1af4be602b9f0f366d5e2112db5ab /xen/common/multicall.c
parent4e8fab61b579a23ee89277729f5596417d4bc555 (diff)
downloadxen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.tar.gz
xen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.tar.bz2
xen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.zip
bitkeeper revision 1.1649 (429f6bb65KQm70mnFwO33ykh9n1qag)
sched.h: g/c unneeded include. Many files: Rename xen/slab.h to xen/xmalloc.h and fix resulting fallout. xmalloc.h: Rename: xen/include/xen/slab.h -> xen/include/xen/xmalloc.h sched.h, multicall.c, dom_mem_ops.c, asm-offsets.c: cleanup incorrect includes. 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 1403041db8..3f6921353b 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/hardirq.h>
struct mc_state mc_state[NR_CPUS];