mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Refactor PCI access in OSTD
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
865003738a
commit
322fc4feff
@ -32,6 +32,7 @@ pub(crate) unsafe fn late_init_on_bsp() {
|
||||
crate::boot::smp::boot_all_aps();
|
||||
|
||||
timer::init();
|
||||
let _ = pci::init();
|
||||
}
|
||||
|
||||
pub(crate) unsafe fn init_on_ap() {
|
||||
|
Reference in New Issue
Block a user