Skip to content
Snippets Groups Projects
Commit 5cd8c877 authored by Gleb Natapov's avatar Gleb Natapov Committed by Avi Kivity
Browse files

mmu: remove tlb_flush from vdepopulate


operate_range() has it already.

Signed-off-by: default avatarGleb Natapov <gleb@cloudius-systems.com>
Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
parent eefcb083
No related branches found
No related tags found
No related merge requests found
......@@ -722,7 +722,6 @@ void vdepopulate(void* addr, size_t size)
WITH_LOCK(vma_list_mutex) {
operate_range(unpopulate(), addr, size);
}
tlb_flush();
}
void* map_anon(void* addr, size_t size, unsigned flags, unsigned perm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment