Don't initialize proc0's mutex twice. It is already done earlier on in the
MD startup code.
This commit is contained in:
parent
5560ed7825
commit
8cc06751dd
@ -283,7 +283,6 @@ proc0_init(void *dummy __unused)
|
||||
*/
|
||||
p = &proc0;
|
||||
td = thread0;
|
||||
mtx_init(&p->p_mtx, "process lock", MTX_DEF);
|
||||
|
||||
/*
|
||||
* Initialize magic number.
|
||||
|
Loading…
x
Reference in New Issue
Block a user