Remove the unused serial input

This commit is contained in:
Ruihan Li
2025-04-15 21:57:27 +08:00
committed by Tate, Hongliang Tian
parent 74ffe72cad
commit 67e5e5a651
3 changed files with 3 additions and 79 deletions

View File

@ -110,7 +110,6 @@ unsafe fn init() {
if_tdx_enabled!({
arch::serial::init();
});
arch::serial::callback_init();
smp::init();