mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Implement cpu_local with GS and ensure GS points to TSS
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
52bde1721e
commit
c2f7a10b84
@ -8,7 +8,7 @@ pub mod softirq;
|
||||
|
||||
pub use handler::in_interrupt_context;
|
||||
pub use softirq::SoftIrqLine;
|
||||
pub use trapframe::TrapFrame;
|
||||
|
||||
pub(crate) use self::handler::call_irq_callback_functions;
|
||||
pub use self::irq::{disable_local, DisabledLocalIrqGuard, IrqCallbackFunction, IrqLine};
|
||||
pub use crate::arch::trap::TrapFrame;
|
||||
|
Reference in New Issue
Block a user