diff options
| author | balrog | 2007-12-12 02:16:23 +0100 |
|---|---|---|
| committer | balrog | 2007-12-12 02:16:23 +0100 |
| commit | 50a9569b591a83071052614f2ff497ff2f2aa2ef (patch) | |
| tree | 30d4e9bcc715acfaa72cb0b949d256103f83b3d0 /linux-user | |
| parent | Adds interrupt support to the sh specific timer code (Magnus Damm). (diff) | |
| download | qemu-50a9569b591a83071052614f2ff497ff2f2aa2ef.tar.gz qemu-50a9569b591a83071052614f2ff497ff2f2aa2ef.tar.xz qemu-50a9569b591a83071052614f2ff497ff2f2aa2ef.zip | |
Mark host pages as reserved (Magnus Damm).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3813 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 3f2647f304..6292826b43 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -162,7 +162,7 @@ static abi_ulong mmap_next_start = 0x40000000; 'start'. If 'start' == 0, then a default start address is used. Return -1 if error. */ -/* XXX: should mark pages used by the host as reserved to be sure not +/* page_init() marks pages used by the host as reserved to be sure not to use them. */ static abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size) { |
