]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/openrisc/interrupt.c
cputlb: drop flush_global flag from tlb_flush
[mirror_qemu.git] / target / openrisc / interrupt.c
index 5fe3f11ffc5935e5386dffe165c0b19378d0566d..e43fc84ef7ddea43d2a54da36c618aff78b56a69 100644 (file)
@@ -45,7 +45,7 @@ void openrisc_cpu_do_interrupt(CPUState *cs)
 
     /* For machine-state changed between user-mode and supervisor mode,
        we need flush TLB when we enter&exit EXCP.  */
-    tlb_flush(cs, 1);
+    tlb_flush(cs);
 
     env->esr = env->sr;
     env->sr &= ~SR_DME;