File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ pub enum MapToError<S: PageSize> {
175175 /// given page is part of an already mapped huge page.
176176 ParentEntryHugePage ,
177177 /// The given page is already mapped to a physical frame.
178- PageAlreadyMapped ( UnusedPhysFrame < S > ) ,
178+ PageAlreadyMapped ( PhysFrame < S > ) ,
179179}
180180
181181/// An error indicating that an `unmap` call failed.
Original file line number Diff line number Diff line change 33//! Page tables translate virtual memory “pages” to physical memory “frames”.
44
55pub use self :: frame:: PhysFrame ;
6- pub use self :: frame_alloc:: { FrameAllocator , FrameDeallocator , UnusedPhysFrame } ;
6+ pub use self :: frame_alloc:: { FrameAllocator , FrameDeallocator } ;
77#[ doc( no_inline) ]
88pub use self :: mapper:: MappedPageTable ;
99pub use self :: mapper:: { Mapper , MapperAllSizes } ;
You can’t perform that action at this time.
0 commit comments