aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/mm.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-01 14:44:07 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-01 14:44:07 +0000
commit03249160f664e35ddef7b71c76617decc5dce789 (patch)
treee1b5930d3b9d90796712e1bb151028f09585e387 /xen/include/xen/mm.h
parente18f79780a71d716d2499ae0a9132cbf7273a121 (diff)
downloadxen-03249160f664e35ddef7b71c76617decc5dce789.tar.gz
xen-03249160f664e35ddef7b71c76617decc5dce789.tar.bz2
xen-03249160f664e35ddef7b71c76617decc5dce789.zip
bitkeeper revision 1.1628 (429dc9b7MTwsBkscbFS1sK8SbwJhdg)
Fix domain shutdown so that the new status, and notification to domain0, occur *after* the domain is fully descheduled and its execution state synchronised. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/mm.h')
-rw-r--r--xen/include/xen/mm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/xen/mm.h b/xen/include/xen/mm.h
index 807987045f..4e7f570643 100644
--- a/xen/include/xen/mm.h
+++ b/xen/include/xen/mm.h
@@ -48,4 +48,8 @@ extern struct list_head page_scrub_list;
#include <asm/mm.h>
+#ifndef sync_pagetable_state
+#define sync_pagetable_state(d) ((void)0)
+#endif
+
#endif /* __XEN_MM_H__ */