mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Add RISC-V base support
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
839c2a6689
commit
4fa0e6334b
@ -76,7 +76,7 @@ pub unsafe fn init() {
|
||||
arch::serial::init();
|
||||
|
||||
#[cfg(feature = "cvm_guest")]
|
||||
arch::check_tdx_init();
|
||||
arch::init_cvm_guest();
|
||||
|
||||
// SAFETY: This function is called only once and only on the BSP.
|
||||
unsafe { cpu::local::early_init_bsp_local_base() };
|
||||
|
Reference in New Issue
Block a user