Refactor the boot PT initialization for SMP

This commit is contained in:
Zhang Junyang
2024-08-22 18:48:33 +08:00
committed by Tate, Hongliang Tian
parent e04fa6c69d
commit 5feb8f5de8
7 changed files with 120 additions and 60 deletions

View File

@ -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 {