commit | 2e9a5713f0567fffaa3518f495b8d16a2b74f84a | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Wed May 05 16:32:59 2010 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Wed May 05 16:32:59 2010 +0100 |
tree | e7c2651dc7f83db54d27af18a7f8fac7bf848437 | |
parent | 048d179f20c1499c7f55957df125392de664b6a7 [diff] |
Remove PAGE_RESERVED 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: Paul Brook <paul@codesourcery.com>