From 59d609a0d9e01ad79eee1225d72e304340990675 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 22 Dec 2024 01:24:15 +0100 Subject: cpuboot: Make sure we copy forward --- i386/i386/cpuboot.S | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3