Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkegz committed Aug 26, 2024
1 parent db44428 commit feb4aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_table_multiarch/src/bits64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extern crate alloc;
use crate::{GenericPTE, PagingHandler, PagingMetaData};
use crate::{MappingFlags, PageSize, PagingError, PagingResult, TlbFlush, TlbFlushAll};
use core::marker::PhantomData;
use memory_addr::{PhysAddr, PAGE_SIZE_4K, MemoryAddr};
use memory_addr::{MemoryAddr, PhysAddr, PAGE_SIZE_4K};

const ENTRY_COUNT: usize = 512;

Expand Down

0 comments on commit feb4aa3

Please sign in to comment.