mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 23:50:27 +08:00
Remove proc0 creation
This commit is contained in:
@@ -310,5 +310,4 @@ void
|
||||
mutex_init(void)
|
||||
{
|
||||
mtx_init(&Giant, "Giant", NULL, MTX_DEF | MTX_RECURSE);
|
||||
mtx_init(&proc0.p_mtx, "process lock", NULL, MTX_DEF | MTX_DUPOK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user