Release 4.9 arch/frv/include/asm/futex.h
#ifndef _ASM_FUTEX_H
#define _ASM_FUTEX_H
#ifdef __KERNEL__
#include <linux/futex.h>
#include <asm/errno.h>
#include <asm/uaccess.h>
extern int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr);
static inline int
futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
u32 oldval, u32 newval)
{
return -ENOSYS;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| ingo molnar | ingo molnar | 19 | 73.08% | 2 | 50.00% |
| michel lespinasse | michel lespinasse | 7 | 26.92% | 2 | 50.00% |
| Total | 26 | 100.00% | 4 | 100.00% |
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| jakub jelinek | jakub jelinek | 32 | 52.46% | 1 | 16.67% |
| ingo molnar | ingo molnar | 19 | 31.15% | 2 | 33.33% |
| michel lespinasse | michel lespinasse | 8 | 13.11% | 2 | 33.33% |
| david howells | david howells | 2 | 3.28% | 1 | 16.67% |
| Total | 61 | 100.00% | 6 | 100.00% |