mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 13:43:55 +00:00
Make ostd::trap::irq
public
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
751e0b2ebf
commit
b96c8f9ed2
@ -10,7 +10,7 @@ use super::{AnyStorage, CpuLocal};
|
||||
use crate::{
|
||||
cpu::{all_cpus, num_cpus, CpuId, PinCurrentCpu},
|
||||
mm::{paddr_to_vaddr, FrameAllocOptions, Segment, Vaddr, PAGE_SIZE},
|
||||
trap::DisabledLocalIrqGuard,
|
||||
trap::irq::DisabledLocalIrqGuard,
|
||||
Result,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user