blob: 41f99c573b93c918843ccbcd50ea2640bcb5e3ac [file] [log] [blame]
Arnd Bergmann6e17b172009-09-21 17:03:48 -07001#include <asm-generic/mman.h>
Al Viro2ea1d132009-11-30 13:06:51 -05002
3#define arch_mmap_check(addr, len, flags) \
4 (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)