X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=include%2Fasm-frv%2Ffutex.h;h=08b3d1da358398e111ccf01f50227ef8f60a7ffc;hb=6d71135d635f84b584df55096627ed750c069e61;hp=fca9d90e32c9ee441e573b15d30db63672d205ea;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/include/asm-frv/futex.h b/include/asm-frv/futex.h index fca9d90e32c9..08b3d1da3583 100644 --- a/include/asm-frv/futex.h +++ b/include/asm-frv/futex.h @@ -9,5 +9,11 @@ extern int futex_atomic_op_inuser(int encoded_op, int __user *uaddr); +static inline int +futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) +{ + return -ENOSYS; +} + #endif #endif