]> Git Repo - qemu.git/blobdiff - target/i386/machine.c
cputlb: drop flush_global flag from tlb_flush
[qemu.git] / target / i386 / machine.c
index 760f82b6c7a104564661860776ea0261dc6cca2f..e002b4fc6dd963ce3e7370eb69c2e86035c716e0 100644 (file)
@@ -387,7 +387,7 @@ static int cpu_post_load(void *opaque, int version_id)
         env->dr[7] = dr7 & ~(DR7_GLOBAL_BP_MASK | DR7_LOCAL_BP_MASK);
         cpu_x86_update_dr7(env, dr7);
     }
-    tlb_flush(cs, 1);
+    tlb_flush(cs);
 
     if (tcg_enabled()) {
         cpu_smm_update(cpu);
This page took 0.022953 seconds and 4 git commands to generate.