vm: remove assert, map in of phys addr 0 is legit sometimes.

This commit is contained in:
Ben Gras 2010-04-13 10:39:46 +00:00
parent 32713a6b5a
commit 5f7c37bb84

View file

@ -407,7 +407,6 @@ USE(newregion,
/* If we know what we're going to map to, map it right away. */
if(what != MAP_NONE) {
assert(what); /* mapping in 0 is unlikely to be right */
assert(!(what % VM_PAGE_SIZE));
assert(!(startv % VM_PAGE_SIZE));
assert(!(mapflags & MF_PREALLOC));