summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-07-09 19:20:36 +0200
committerAlmuHS <almuhs@github.com>2019-07-09 19:20:36 +0200
commit757660786c0639370ec348270d7115c609a99746 (patch)
treee94f8a7a2693f3427d938916f56294fcba914675
parentd5944485c38db46b0f19116cddb4bae70d8f771a (diff)
improve: add call to flush TLB
-rw-r--r--i386/i386/mp_desc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index 7c7ad553..d917262b 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -605,6 +605,8 @@ start_other_cpus(void)
for (i = 0 ; i < nb_direct_value; i++){
kernel_page_dir[lin2pdenum_cont(INIT_VM_MIN_KERNEL_ADDRESS) + i] = 0;
}
+
+ flush_tlb();
}
#endif /* NCPUS > 1 */