Skip to content
Snippets Groups Projects
Commit 1091c681 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Paging: Log any required implicit unmaps

parent a86a28e3
Branches
Tags
No related merge requests found
......@@ -123,6 +123,7 @@ pub fn map<S>(
ipi_tlb_flush = true;
}
flush.flush();
debug!("Had to unmap page {page:?} before mapping.");
}
recursive_page_table()
.map_to(page, frame, flags, &mut physicalmem::FrameAlloc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment