diff options
-rw-r--r-- | i386/i386/cpuboot.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S index 76ed907d..b9b6d632 100644 --- a/i386/i386/cpuboot.S +++ b/i386/i386/cpuboot.S @@ -179,6 +179,7 @@ apboot_jmp_offset: movl $((GDT_DESCR_M32 + GDT_TABLE_M32) * 4), %eax mul %ebp addl %eax, %edi + cld rep movsl /* Access per_cpu area */ |