mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Mark all physical memory metadata with memory region info
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
28e7c0ff1f
commit
6ed38f5cb0
@ -10,7 +10,10 @@ use spin::Once;
|
||||
use crate::{
|
||||
arch::boot::smp::{bringup_all_aps, get_num_processors},
|
||||
cpu,
|
||||
mm::{frame::Segment, kspace::KernelMeta, paddr_to_vaddr, FrameAllocOptions, PAGE_SIZE},
|
||||
mm::{
|
||||
frame::{meta::KernelMeta, Segment},
|
||||
paddr_to_vaddr, FrameAllocOptions, PAGE_SIZE,
|
||||
},
|
||||
task::Task,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user