Fix bsd-user qemu_vmalloc() host page protection code
authorJuergen Lock <nox@jelal.kn-bremen.de>
Thu, 25 Mar 2010 21:11:17 +0000 (22:11 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 30 Mar 2010 17:44:51 +0000 (17:44 +0000)
commitd1601b6c4a7783bef4d0ddf8746e536400815795
tree3e030559fb464aec7b38acb39195e9f7c07731bd
parent9f95fb15cdbf42c5f2a820501c65baec1064d53e
Fix bsd-user qemu_vmalloc() host page protection code

Just do the same as linux-user does.

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/mmap.c