mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enable
was not doing its thing.
This commit is contained in:
parent
275e4fcf0a
commit
4324ea045e
@ -33,7 +33,7 @@ static __inline void
|
||||
mtx_intr_enable(struct mtx *mtx)
|
||||
{
|
||||
|
||||
mtx->mtx_savecrit |= PSTATE_IE;
|
||||
mtx->mtx_savecrit = 0;
|
||||
}
|
||||
|
||||
#endif /* !_MACHINE_MUTEX_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user