X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Ffutex.h;h=39e85f320a76e74d010e8ce76bcec130b16245a7;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=f1b3c00bc1ce8d8ca0254f57cc76ac6d648820ae;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/asm-powerpc/futex.h b/include/asm-powerpc/futex.h index f1b3c00bc..39e85f320 100644 --- a/include/asm-powerpc/futex.h +++ b/include/asm-powerpc/futex.h @@ -81,11 +81,5 @@ static inline int futex_atomic_op_inuser (int encoded_op, int __user *uaddr) return ret; } -static inline int -futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) -{ - return -ENOSYS; -} - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_FUTEX_H */