Skip to content
  • Paul Brook's avatar
    Remove PAGE_RESERVED · 2e9a5713
    Paul Brook authored
    
    
    The usermode PAGE_RESERVED code is not required by the current mmap
    implementation, and is already broken when guest_base != 0.
    Unfortunately the bsd emulation still uses the old mmap implementation,
    so we can't rip it out altogether.
    
    Signed-off-by: default avatarPaul Brook <paul@codesourcery.com>
    2e9a5713