X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Ffutex.h;h=f1b3c00bc1ce8d8ca0254f57cc76ac6d648820ae;hb=c16226a1c75042bfdc50bd2921d5919f6267ba51;hp=80ed9854e42bd12720c0713f166c0ba8eb97fa0a;hpb=e9056f13bfcdd054a0c3d730e4e096748d8a363a;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/futex.h b/include/asm-powerpc/futex.h index 80ed9854e42..f1b3c00bc1c 100644 --- a/include/asm-powerpc/futex.h +++ b/include/asm-powerpc/futex.h @@ -82,7 +82,7 @@ static inline int 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; }