uti: Streamline syscall_backward()
This commit is contained in:
@ -446,20 +446,8 @@ retry_alloc:
|
||||
syscall_ret = -EIO;
|
||||
goto out;
|
||||
}
|
||||
#define PAGER_REQ_RESUME 0x0101
|
||||
else if (req->args[0] != PAGER_REQ_RESUME) {
|
||||
resp->ret = pager_call(usrdata->os, (void *)req);
|
||||
|
||||
if (__notify_syscall_requester(usrdata->os, packet, resp) < 0) {
|
||||
printk("%s: WARNING: failed to notify PID %d\n",
|
||||
__FUNCTION__, packet->pid);
|
||||
}
|
||||
|
||||
mb();
|
||||
}
|
||||
else {
|
||||
*ret = req->args[1];
|
||||
}
|
||||
*ret = req->args[1];
|
||||
|
||||
kfree(wqhln);
|
||||
syscall_ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user