diff options
author | Will Deacon <will.deacon@arm.com> | 2019-05-01 15:34:17 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-05-01 15:34:17 +0100 |
commit | 9431ac2bf6b742d87cdac051adc1976308070110 (patch) | |
tree | 653c740b32bd411c2b79f81ecd6841f46814c87b /Documentation | |
parent | 61cf61d81e326163ce1557ceccfca76e11d0e57c (diff) | |
parent | 427503519739e779c0db8afe876c1b33f3ac60ae (diff) |
Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/core
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/robust-futexes.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/robust-futexes.txt b/Documentation/robust-futexes.txt index 6c42c75103eb..6361fb01c9c1 100644 --- a/Documentation/robust-futexes.txt +++ b/Documentation/robust-futexes.txt @@ -218,5 +218,4 @@ All other architectures should build just fine too - but they won't have the new syscalls yet. Architectures need to implement the new futex_atomic_cmpxchg_inatomic() -inline function before writing up the syscalls (that function returns --ENOSYS right now). +inline function before writing up the syscalls. |