]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/machine.c
target/i386: use multiple CPU AddressSpaces
[mirror_qemu.git] / target / i386 / machine.c
index 3cb272948e864a6fe1a88acb8915f830938a3f76..8c7a822e9f2b30b6d0d2e87f43c60d172ec4f342 100644 (file)
@@ -274,10 +274,6 @@ static int cpu_post_load(void *opaque, int version_id)
         cpu_x86_update_dr7(env, dr7);
     }
     tlb_flush(cs);
-
-    if (tcg_enabled()) {
-        cpu_smm_update(cpu);
-    }
     return 0;
 }