We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c672f commit 6472a13Copy full SHA for 6472a13
kernel/src/kernel/tasking/tasking.cpp
@@ -345,8 +345,6 @@ g_process* taskingCreateProcess(g_security_level securityLevel)
345
addressRangePoolInitialize(process->virtualRangePool);
346
addressRangePoolAddRange(process->virtualRangePool, G_USER_VIRTUAL_RANGES_START, G_USER_VIRTUAL_RANGES_END);
347
348
- waitQueueInitialize(&process->waitersSpawn);
349
-
350
return process;
351
}
352
0 commit comments