Skip to content
Commit 42750351 authored by Will Deacon's avatar Will Deacon
Browse files

futex: Update comments and docs about return values of arch futex code



The architecture implementations of 'arch_futex_atomic_op_inuser()' and
'futex_atomic_cmpxchg_inatomic()' are permitted to return only -EFAULT,
-EAGAIN or -ENOSYS in the case of failure.

Update the comments in the asm-generic/ implementation and also a stray
reference in the robust futex documentation.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 8e4e0ac0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment