CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/12 16:56:22
Modified files:
regress/sys/uvm/mmap_hint: mmap_hint.c
Log message:
We cannot mmap(2) memory at VM_MAXUSER_ADDRESS as the full allocated
page must be below that address. Subtract PAGE_SIZE from the hint
address, then regress passes.
