cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/include/asm/mman.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Korotaev2253.66%116.67%
David S. Miller819.51%116.67%
Linus Torvalds (pre-git)717.07%116.67%
Michael S. Tsirkin24.88%116.67%
David Howells12.44%116.67%
Greg Kroah-Hartman12.44%116.67%
Total41100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.