mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 00:23:24 +00:00
Make ostd::trap::irq
public
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
751e0b2ebf
commit
b96c8f9ed2
@ -12,7 +12,7 @@ use crate::{
|
||||
FrameAllocOptions, PAGE_SIZE,
|
||||
},
|
||||
prelude::*,
|
||||
trap::DisabledLocalIrqGuard,
|
||||
trap::irq::DisabledLocalIrqGuard,
|
||||
};
|
||||
|
||||
/// The kernel stack size of a task, specified in pages.
|
||||
|
Reference in New Issue
Block a user