[Zion] Fix physical page usage tracking.

This commit is contained in:
Drew Galbraith 2023-11-23 07:20:11 -08:00
parent 84e1b4cdb4
commit c8931a01c8
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class PhysicalMemoryManager {
#if K_PHYS_DEBUG
dbgln("Continuous {x}:{}", page, num_pages);
#endif
allocated_pages_ += num_pages;
return page;
}