Use pointer metadata for page metadata

This commit is contained in:
Zhang Junyang
2024-10-03 15:41:56 +08:00
committed by Tate, Hongliang Tian
parent cd22854f59
commit 60365a818a
17 changed files with 223 additions and 290 deletions

View File

@ -11,8 +11,9 @@ use crate::{
arch::boot::smp::{bringup_all_aps, get_num_processors},
cpu,
mm::{
kspace::KernelMeta,
paddr_to_vaddr,
page::{self, meta::KernelMeta, ContPages},
page::{self, ContPages},
PAGE_SIZE,
},
task::Task,