We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b125948 commit 035da74Copy full SHA for 035da74
src/page_table.rs
@@ -2,10 +2,9 @@ use crate::frame_allocator::FrameAllocator;
2
use bootloader::bootinfo::MemoryRegionType;
3
use bootloader::bootinfo::TlsTemplate;
4
use fixedvec::FixedVec;
5
-use x86_64::structures::paging::mapper::{MapToError, MapperFlush, TranslateResult, UnmapError};
+use x86_64::structures::paging::mapper::{MapToError, MapperFlush, UnmapError};
6
use x86_64::structures::paging::{
7
self, Mapper, Page, PageSize, PageTableFlags, PhysFrame, RecursivePageTable, Size4KiB,
8
- Translate,
9
};
10
use x86_64::{align_up, PhysAddr, VirtAddr};
11
use xmas_elf::program::{self, ProgramHeader64};
0 commit comments