Make ostd::trap::irq public

This commit is contained in:
Ruihan Li
2025-04-16 20:27:14 +08:00
committed by Tate, Hongliang Tian
parent 751e0b2ebf
commit b96c8f9ed2
45 changed files with 75 additions and 67 deletions

View File

@ -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.