accel/tcg: Migrate tlb_flush to thread synced version

This commit is contained in:
Matt Borgerson 2025-01-06 04:08:41 -07:00
parent 3b59f9b2f1
commit 7ec4a2594d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */