Change IoMem creation to unsafe

This commit is contained in:
Yuke Peng
2023-08-10 16:16:54 +08:00
committed by Tate, Hongliang Tian
parent df81434088
commit d7bf193bf1
5 changed files with 34 additions and 60 deletions

View File

@ -52,7 +52,6 @@ pub fn init() {
vm::init();
trap::init();
arch::after_all_init();
io_mem::init();
bus::init();
register_irq_common_callback();
invoke_c_init_funcs();