[Zion] Remove early_dbgln since dbgln no longer allocs.

This commit is contained in:
Drew Galbraith 2023-11-15 15:19:02 -08:00
parent 20d6d2aaaf
commit c5b9d20c7e
4 changed files with 3 additions and 20 deletions

View file

@ -206,7 +206,7 @@ uint64_t AllocatePage() {
}
#if K_PHYS_DEBUG
early_dbgln("[PMM] Boostrap Alloc!");
dbgln("[PMM] Boostrap Alloc!");
#endif
uint64_t page = gBootstrap.next_page;