syscall: fix TLB not being flushed when necessary

This commit is contained in:
2026-04-30 19:15:30 +01:00
parent 61f0aa1aba
commit 560da0daa0
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -448,5 +448,8 @@ kern_status_t sys_vm_controller_supply_pages(
object_unref(src_obj);
put_current_task(self);
/* TODO flush individual pages in vm_object_transfer */
pmap_flush();
return status;
}