aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/i386/boot/wakeup.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/boot/wakeup.S b/src/arch/i386/boot/wakeup.S
index 5985c8e1c0..7915fc38c5 100644
--- a/src/arch/i386/boot/wakeup.S
+++ b/src/arch/i386/boot/wakeup.S
@@ -45,6 +45,8 @@ reload_cs:
movl %cr0, %eax
andb $0xfe,%al
movl %eax, %cr0
+ ljmpl $0x0, $cpu_flushed
+cpu_flushed:
movw $0x0, %ax
movw %ax, %ds
movw %ax, %es