mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
refactor: 删除过时的va-pa转换函数,改为统一使用MMArch (#862)
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user