Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[sfrench/cifs-2.6.git] / arch / arm / include / uapi / asm / mman.h
1 #include <asm-generic/mman.h>
2
3 #define arch_mmap_check(addr, len, flags) \
4         (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)