vm: remove assert, map in of phys addr 0 is legit sometimes.
This commit is contained in:
parent
32713a6b5a
commit
5f7c37bb84
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue