]> xenbits.xensource.com Git - xen.git/commitdiff
[IA64] Fix shadow_op_off hypercall
authorAlex Williamson <alex.williamson@hp.com>
Tue, 19 Feb 2008 16:26:39 +0000 (09:26 -0700)
committerAlex Williamson <alex.williamson@hp.com>
Tue, 19 Feb 2008 16:26:39 +0000 (09:26 -0700)
A domain might panic with unknown dirty bit fault
in case of live-migration failure.

Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
xen/arch/ia64/xen/domain.c

index ffca9533c57a84f5c53e1b14a747def11f8a0a8a..9b064cc7be6040f0bb5330c9cb14cb5cdbaf553f 100644 (file)
@@ -1744,7 +1744,7 @@ int shadow_mode_control(struct domain *d, xen_domctl_shadow_op_t *sc)
                                v->arch.shadow_bitmap = NULL;
 
                        /* Flush vhpt and tlb to restore dirty bit usage.  */
-                       domain_flush_tlb_vhpt(d);
+                       flush_tlb_for_log_dirty(d);
 
                        /* Free bitmap.  */
                        d->arch.shadow_bitmap_size = 0;