Release 4.11 arch/s390/include/asm/mman.h
/*
* S390 version
*
* Derived from "include/asm-i386/mman.h"
*/
#ifndef __S390_MMAN_H__
#define __S390_MMAN_H__
#include <uapi/asm/mman.h>
#ifndef __ASSEMBLY__
int s390_mmap_check(unsigned long addr, unsigned long len, unsigned long flags);
#define arch_mmap_check(addr, len, flags) s390_mmap_check(addr, len, flags)
#endif
#endif /* __S390_MMAN_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Martin Schwidefsky | 25 | 55.56% | 1 | 14.29% |
Linus Torvalds (pre-git) | 9 | 20.00% | 1 | 14.29% |
Hendrik Brueckner | 5 | 11.11% | 1 | 14.29% |
Heiko Carstens | 3 | 6.67% | 2 | 28.57% |
Michael S. Tsirkin | 2 | 4.44% | 1 | 14.29% |
David Howells | 1 | 2.22% | 1 | 14.29% |
Total | 45 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.