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:
Augustin Cavalier
2025-01-23 20:33:15 -05:00
parent e01dfaf620
commit f464fc384a
+2
View File
@@ -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",