summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/cpuboot.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 0157ae1f..26a249f9 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -165,6 +165,13 @@ nopae:
pushl stack_ptr
+ //flush_instr_queue
+ jmp 0f
+0:
+ //flush_tlb();
+ mov %cr3, %eax
+ mov %eax, %cr3
+
call cpu_ap_main
cli