]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/unicore32/cpu.c
cputlb: drop flush_global flag from tlb_flush
[mirror_qemu.git] / target / unicore32 / cpu.c
index c169972b59dee763293cd2393de3cb9c2c771cde..c9b78ce68e3c63c51723372fb136a653c810d2e9 100644 (file)
@@ -133,7 +133,7 @@ static void uc32_cpu_initfn(Object *obj)
     env->regs[31] = 0x03000000;
 #endif
 
-    tlb_flush(cs, 1);
+    tlb_flush(cs);
 
     if (tcg_enabled() && !inited) {
         inited = true;