Forgot to inline umtxq_unlock.
This commit is contained in:
parent
3f76af0f4a
commit
d111b34081
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138225
@ -102,7 +102,7 @@ umtxq_lock(struct thread *td, struct umtx *key)
|
|||||||
mtx_lock(&umtxq_chains[chain].uc_lock);
|
mtx_lock(&umtxq_chains[chain].uc_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static inline void
|
||||||
umtxq_unlock(struct thread *td, struct umtx *key)
|
umtxq_unlock(struct thread *td, struct umtx *key)
|
||||||
{
|
{
|
||||||
int chain = umtxq_hash(td, key);
|
int chain = umtxq_hash(td, key);
|
||||||
|
Loading…
Reference in New Issue
Block a user