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

@ -136,8 +136,6 @@ fn ap_early_entry(local_apic_id: u32) -> ! {
crate::arch::irq::enable_local();
crate::mm::tlb::register_timer_callbacks_this_cpu();
// SAFETY: this function is only called once on this AP.
unsafe {
crate::mm::kspace::activate_kernel_page_table();