mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 16:41:13 +00:00
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…
x
Reference in New Issue
Block a user