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
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ pub fn map<S>( ...@@ -123,6 +123,7 @@ pub fn map<S>(
ipi_tlb_flush = true; ipi_tlb_flush = true;
} }
flush.flush(); flush.flush();
debug!("Had to unmap page {page:?} before mapping.");
} }
recursive_page_table() recursive_page_table()
.map_to(page, frame, flags, &mut physicalmem::FrameAlloc) .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