ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/vm_alloc.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/vm_alloc.cpp (file contents):
Revision 1.22 by gbeauche, 2006-02-27T00:04:12Z vs.
Revision 1.23 by gbeauche, 2006-02-27T07:16:40Z

# Line 65 | Line 65
65   #define MAP_EXTRA_FLAGS (MAP_32BIT)
66  
67   #ifdef HAVE_MMAP_VM
68 < #if defined(__linux__) && defined(__i386__)
68 > #if (defined(__linux__) && defined(__i386__)) || HAVE_LINKER_SCRIPT
69   /* Force a reasonnable address below 0x80000000 on x86 so that we
70     don't get addresses above when the program is run on AMD64.
71     NOTE: this is empirically determined on Linux/x86.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines