mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Enable IRQs before leaving the OSTD boot routine
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
20d5212910
commit
491e4325fa
@ -119,6 +119,7 @@ fn ap_early_entry(local_apic_id: u32) -> ! {
|
||||
}
|
||||
|
||||
trap::init();
|
||||
crate::arch::irq::enable_local();
|
||||
|
||||
// Mark the AP as started.
|
||||
let ap_boot_info = AP_BOOT_INFO.get().unwrap();
|
||||
|
Reference in New Issue
Block a user