kernel - account for kernel cpu time (ipc, kcalls) in caller
This commit is contained in:
@@ -156,6 +156,10 @@ PUBLIC void kernel_call(message *m_user, struct proc * caller)
|
||||
result = EBADREQUEST;
|
||||
}
|
||||
|
||||
|
||||
/* remember who invoked the kcall so we can bill it its time */
|
||||
kbill_kcall = caller;
|
||||
|
||||
kernel_call_finish(caller, &msg, result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user