~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to darwin-user/mmap.c

Tags: upstream-0.9.0+20070816
ImportĀ upstreamĀ versionĀ 0.9.0+20070816

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
 
200
200
    if (!(flags & MAP_FIXED)) {
201
201
#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__)
202
 
        /* tell the kenel to search at the same place as i386 */
 
202
        /* tell the kernel to search at the same place as i386 */
203
203
        if (host_start == 0) {
204
204
            host_start = last_start;
205
205
            last_start += HOST_PAGE_ALIGN(len);