syscall: fix TLB not being flushed when necessary
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user