X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Ffutex.h;h=a554089991f26ce3407da2e1d26b9904dd025800;hb=9c8680e2cfbb60d5075f8caaf9d98276120bcc78;hp=c5fb2d6d918ae52d3e8734c27ced258a98076b6d;hpb=e9056f13bfcdd054a0c3d730e4e096748d8a363a;p=linux-2.6 diff --git a/include/asm-mips/futex.h b/include/asm-mips/futex.h index c5fb2d6d91..a554089991 100644 --- a/include/asm-mips/futex.h +++ b/include/asm-mips/futex.h @@ -100,7 +100,7 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr) } static inline int -futex_atomic_cmpxchg_inuser(int __user *uaddr, int oldval, int newval) +futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) { return -ENOSYS; }