X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Frobust-futexes.txt;h=df82d75245a01b5055c6793fa822efe949982a2e;hb=aee10a03eb3e240bfd1a6f91e06ce82df47c5c58;hp=7aecc67b13618d6ad5f86b9f7241d26d271107d3;hpb=2eec9ad91f71a3dbacece5c4fb5adc09fad53a96;p=linux-2.6 diff --git a/Documentation/robust-futexes.txt b/Documentation/robust-futexes.txt index 7aecc67b13..df82d75245 100644 --- a/Documentation/robust-futexes.txt +++ b/Documentation/robust-futexes.txt @@ -213,6 +213,6 @@ robust-mutex testcases. All other architectures should build just fine too - but they wont have the new syscalls yet. -Architectures need to implement the new futex_atomic_cmpxchg_inuser() +Architectures need to implement the new futex_atomic_cmpxchg_inatomic() inline function before writing up the syscalls (that function returns -ENOSYS right now).