On Sat, 01 Jan 2011, John David Anglin wrote: > mmap(0x406b1000, 28672, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x406b1000 > > This is from glibc. In arch_get_unmapped_area(), it says: /* Might want to check for cache aliasing issues for MAP_FIXED case * like ARM or MIPS ??? --BenH. */ if (flags & MAP_FIXED) return addr; Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html