Remove the time handler to flush TLBs

This commit is contained in:
Ruihan Li
2025-03-22 23:53:42 +08:00
committed by Junyang Zhang
parent c85986caed
commit ea724f4529
3 changed files with 0 additions and 14 deletions

View File

@ -106,7 +106,6 @@ unsafe fn init() {
boot::init_after_heap();
mm::dma::init();
mm::tlb::register_timer_callbacks_this_cpu();
unsafe { arch::late_init_on_bsp() };