commit | 427503519739e779c0db8afe876c1b33f3ac60ae | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Apr 10 11:51:54 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Apr 26 13:57:55 2019 +0100 |
tree | adb1c420287cb4a6fe1e84b098ef51eb61d964a0 | |
parent | 8e4e0ac02b449297b86498ac24db5786ddd9f647 [diff] |
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: Will Deacon <will.deacon@arm.com>