kernel: vm kernel call can't suspend

This commit is contained in:
Ben Gras
2012-12-29 00:56:46 +00:00
parent 59ff758441
commit 125fc7a918
+2
View File
@@ -431,6 +431,8 @@ static void vm_suspend(struct proc *caller, const struct proc *target,
RTS_SET(caller, RTS_VMREQUEST);
assert(caller->p_endpoint != VM_PROC_NR);
caller->p_vmrequest.req_type = VMPTYPE_CHECK;
caller->p_vmrequest.target = target->p_endpoint;
caller->p_vmrequest.params.check.start = linaddr;