[Zion] Remove early_dbgln since dbgln no longer allocs.
This commit is contained in:
parent
20d6d2aaaf
commit
c5b9d20c7e
4 changed files with 3 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue