mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Support IOMMU page fault reporting
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1bfd6ea2f8
commit
054f13e32f
@ -33,11 +33,11 @@ pub(crate) fn after_all_init() {
|
||||
kernel::pic::enable();
|
||||
}
|
||||
}
|
||||
timer::init();
|
||||
match iommu::init() {
|
||||
Ok(_) => {}
|
||||
Err(err) => warn!("IOMMU initialization error:{:?}", err),
|
||||
}
|
||||
timer::init();
|
||||
// Some driver like serial may use PIC
|
||||
kernel::pic::init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user