mirror of https://github.com/xemu-project/xemu.git
accel/tcg: Migrate tlb_flush to thread synced version
This commit is contained in:
parent
3b59f9b2f1
commit
7ec4a2594d
|
@ -84,7 +84,7 @@ static void tcg_cpu_reset_hold(CPUState *cpu)
|
|||
{
|
||||
tcg_flush_jmp_cache(cpu);
|
||||
|
||||
tlb_flush(cpu);
|
||||
tlb_flush_all_cpus_synced(cpu);
|
||||
}
|
||||
|
||||
/* mask must never be zero, except for A20 change call */
|
||||
|
|
Loading…
Reference in New Issue