kernel/vm: Disable the new assert in InsertPage for now.
It triggers on boot on many systems in IOCache. Disabling until I have time to investigate further.
This commit is contained in:
@@ -791,7 +791,9 @@ VMCache::InsertPage(vm_page* page, off_t offset)
|
||||
T2(InsertPage(this, page, offset));
|
||||
|
||||
AssertLocked();
|
||||
#if 0
|
||||
ASSERT(offset >= virtual_base && offset <= virtual_end);
|
||||
#endif
|
||||
|
||||
if (page->CacheRef() != NULL) {
|
||||
panic("insert page %p into cache %p: page cache is set to %p\n",
|
||||
|
||||
Reference in New Issue
Block a user