cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
kirill korotaevkirill korotaev2255.00%120.00%
david s. millerdavid s. miller820.00%120.00%
pre-gitpre-git717.50%120.00%
michael s. tsirkinmichael s. tsirkin25.00%120.00%
david howellsdavid howells12.50%120.00%
Total40100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.