kernel: reset process wakeups on exec
This commit is contained in:
@ -663,6 +663,8 @@ CopyExecArgument:
|
|||||||
up->notify = 0;
|
up->notify = 0;
|
||||||
up->notified = 0;
|
up->notified = 0;
|
||||||
up->privatemem = 0;
|
up->privatemem = 0;
|
||||||
|
up->lastWakeup = 0;
|
||||||
|
up->pendingWakeup = 0;
|
||||||
sysprocsetup(up);
|
sysprocsetup(up);
|
||||||
qunlock(&up->debug);
|
qunlock(&up->debug);
|
||||||
if(up->hang)
|
if(up->hang)
|
||||||
|
Reference in New Issue
Block a user