mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Remove the time handler to flush TLBs
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user