]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Remove PAGE_RESERVED
authorPaul Brook <paul@codesourcery.com>
Wed, 5 May 2010 15:32:59 +0000 (16:32 +0100)
committerPaul Brook <paul@codesourcery.com>
Wed, 5 May 2010 15:32:59 +0000 (16:32 +0100)
commit2e9a5713f0567fffaa3518f495b8d16a2b74f84a
treee7c2651dc7f83db54d27af18a7f8fac7bf848437
parent048d179f20c1499c7f55957df125392de664b6a7
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>
cpu-all.h
exec.c
linux-user/elfload.c
linux-user/mmap.c