Release 4.10 arch/mn10300/include/uapi/asm/mman.h
#include <asm-generic/mman.h>
#define MIN_MAP_ADDR PAGE_SIZE
/* minimum fixed mmap address */
#define arch_mmap_check(addr, len, flags) \
(((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
al viro | al viro | 17 | 85.00% | 1 | 33.33% |
david howells | david howells | 2 | 10.00% | 1 | 33.33% |
arnd bergmann | arnd bergmann | 1 | 5.00% | 1 | 33.33% |
| Total | 20 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.