Forgot to inline umtxq_unlock.

This commit is contained in:
David Xu 2004-11-30 12:18:53 +00:00
parent 3f76af0f4a
commit d111b34081
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138225

View File

@ -102,7 +102,7 @@ umtxq_lock(struct thread *td, struct umtx *key)
mtx_lock(&umtxq_chains[chain].uc_lock);
}
static void
static inline void
umtxq_unlock(struct thread *td, struct umtx *key)
{
int chain = umtxq_hash(td, key);