refactor: 删除过时的va-pa转换函数,改为统一使用MMArch (#862)

This commit is contained in:
LoGin
2024-07-26 00:27:35 +08:00
committed by GitHub
parent 86ee1395de
commit 816ee5ae54
6 changed files with 86 additions and 46 deletions

View File

@ -154,7 +154,7 @@ impl MMMonitorThread {
info!("MMMonitorThread::run(): kmem_path: {:?}", self.kmem_path);
let mut kmem_file = {
let mut file: File;
let file: File;
loop {
let f = self.open_kmem_file();
if f.is_ok() {