Release 4.10 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 | martin schwidefsky | 25 | 55.56% | 1 | 14.29% |
pre-git | pre-git | 9 | 20.00% | 1 | 14.29% |
hendrik brueckner | hendrik brueckner | 5 | 11.11% | 1 | 14.29% |
heiko carstens | heiko carstens | 3 | 6.67% | 2 | 28.57% |
michael s. tsirkin | michael s. tsirkin | 2 | 4.44% | 1 | 14.29% |
david howells | 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.