Fix umtx lock/trylock for compat32.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
660f37b59d
commit
b69824cf4d
@ -4063,8 +4063,8 @@ static const _umtx_op_func op_table_compat32[] = {
|
||||
[UMTX_OP_RESERVED1] = __umtx_op_unimpl,
|
||||
[UMTX_OP_WAIT] = __umtx_op_wait_compat32,
|
||||
[UMTX_OP_WAKE] = __umtx_op_wake,
|
||||
[UMTX_OP_MUTEX_LOCK] = __umtx_op_trylock_umutex,
|
||||
[UMTX_OP_MUTEX_TRYLOCK] = __umtx_op_lock_umutex_compat32,
|
||||
[UMTX_OP_MUTEX_TRYLOCK] = __umtx_op_trylock_umutex,
|
||||
[UMTX_OP_MUTEX_LOCK] = __umtx_op_lock_umutex_compat32,
|
||||
[UMTX_OP_MUTEX_UNLOCK] = __umtx_op_unlock_umutex,
|
||||
[UMTX_OP_SET_CEILING] = __umtx_op_set_ceiling,
|
||||
[UMTX_OP_CV_WAIT] = __umtx_op_cv_wait_compat32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user