mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Strict TLB coherence
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
30ec0be210
commit
4f0acddfd4
@ -136,6 +136,8 @@ 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