Release 4.10 arch/sparc/include/asm/mman.h
#ifndef __SPARC_MMAN_H__
#define __SPARC_MMAN_H__
#include <uapi/asm/mman.h>
#ifndef __ASSEMBLY__
#define arch_mmap_check(addr,len,flags) sparc_mmap_check(addr,len)
int sparc_mmap_check(unsigned long addr, unsigned long len);
#endif
#endif /* __SPARC_MMAN_H__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
kirill korotaev | kirill korotaev | 22 | 55.00% | 1 | 20.00% |
david s. miller | david s. miller | 8 | 20.00% | 1 | 20.00% |
pre-git | pre-git | 7 | 17.50% | 1 | 20.00% |
michael s. tsirkin | michael s. tsirkin | 2 | 5.00% | 1 | 20.00% |
david howells | david howells | 1 | 2.50% | 1 | 20.00% |
| Total | 40 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.