]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/alpha/cpu.c
cputlb: drop flush_global flag from tlb_flush
[mirror_qemu.git] / target / alpha / cpu.c
index 30d77ce71cafff1750368565693ec56750d6fd65..b4f97983e5ffa26193a9b59195eae50294b665ad 100644 (file)
@@ -273,7 +273,7 @@ static void alpha_cpu_initfn(Object *obj)
     CPUAlphaState *env = &cpu->env;
 
     cs->env_ptr = env;
-    tlb_flush(cs, 1);
+    tlb_flush(cs);
 
     alpha_translate_init();