ChangeSet 1.1423.1.48, 2005/05/10 12:32:50+01:00, mafetter@xxxxxxxxxxxxxxxx
        Fix ASSERT() caused by cleanup to map_domain_mem_with_cache() changes.
 mm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c
--- a/xen/arch/x86/mm.c 2005-05-10 11:06:17 -04:00
+++ b/xen/arch/x86/mm.c 2005-05-10 11:06:17 -04:00
@@ -1992,7 +1992,7 @@
                 printk("privileged guest dom%d requests pfn=%lx to map mfn=%lx 
for dom%d\n",
                        d->id, gpfn, mfn, FOREIGNDOM->id);
                 set_machinetophys(mfn, gpfn);
-                set_p2m_entry(FOREIGNDOM, gpfn, mfn, NULL, NULL);
+                set_p2m_entry(FOREIGNDOM, gpfn, mfn, &sh_mapcache, &mapcache);
                 okay = 1;
                 shadow_unlock(FOREIGNDOM);
                 break;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |