Al Viro <viro@xxxxxxxxxxxxxxxx> wrote: > +#define arch_mmap_chech(addr, len, flags) \ > + (((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0) I believe that should be arch_mmap_check(). David -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html