c70a898b67
* Select dense or sparse space based on the prefetchable flag, like the kernel does. In particular, non-prefetchable mappings are forced to sparse space. * If no window is matched, return MAP_FAILED, rather than falling through and blowing chunks. * Ignore addr_shift (set it to 0) for dense mappings.