Revision bc51c5c9 linux-user/mmap.c

b/linux-user/mmap.c
188 188
    host_start = start & host_page_mask;
189 189

  
190 190
    if (!(flags & MAP_FIXED)) {
191
#if defined(__alpha__) || defined(__sparc__)
191
#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__)
192 192
        /* tell the kenel to search at the same place as i386 */
193 193
        if (host_start == 0)
194 194
            host_start = 0x40000000;

Also available in: Unified diff