linux/e2k: clean probe page cache for mprotect

This commit is contained in:
Denis Drakhnia 2024-07-12 14:01:53 +03:00
parent 1ae8e5f53a
commit 1ddcd0fd63

View File

@ -62,6 +62,7 @@ static void e2k_clear_probe_page_cache(uint32_t num)
case TARGET_NR_remap_file_pages:
case TARGET_NR_move_pages:
case TARGET_NR_migrate_pages:
case TARGET_NR_mprotect:
start_exclusive();
CPU_FOREACH(other_cpu) {
E2KCPU *cpu = E2K_CPU(other_cpu);