mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 10:53:25 +00:00
Fix a code format error in the trap handler
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e7e613db4e
commit
4dd707488d
@ -22,10 +22,7 @@ use crate::{
|
|||||||
boot::memory_region::MemoryRegion,
|
boot::memory_region::MemoryRegion,
|
||||||
cpu::{CpuException, PageFaultErrorCode, PAGE_FAULT},
|
cpu::{CpuException, PageFaultErrorCode, PAGE_FAULT},
|
||||||
cpu_local,
|
cpu_local,
|
||||||
vm::{
|
vm::{page_table::PageTableFlagsTrait, PageTable, PHYS_MEM_BASE_VADDR},
|
||||||
page_table::PageTableFlagsTrait,
|
|
||||||
PageTable, PHYS_MEM_BASE_VADDR,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "intel_tdx")]
|
#[cfg(feature = "intel_tdx")]
|
||||||
|
Reference in New Issue
Block a user