mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Refactor the boot PT initialization for SMP
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e04fa6c69d
commit
5feb8f5de8
@ -18,7 +18,7 @@ pub use cursor::{Cursor, CursorMut, PageTableItem};
|
||||
#[cfg(ktest)]
|
||||
mod test;
|
||||
|
||||
pub(in crate::mm) mod boot_pt;
|
||||
pub(crate) mod boot_pt;
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
||||
pub enum PageTableError {
|
||||
|
Reference in New Issue
Block a user