mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Don't force every printer to use if_tdx_enabled
This commit is contained in:
@ -113,6 +113,7 @@ unsafe fn init() {
|
||||
if_tdx_enabled!({
|
||||
arch::serial::init();
|
||||
});
|
||||
arch::serial::callback_init();
|
||||
|
||||
smp::init();
|
||||
|
||||
|
Reference in New Issue
Block a user