diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/bootblock_crt0.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index c07363d856..3cb57e058c 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -47,11 +47,10 @@ bootblock_protected_mode_entry: /* MMX registers required here */ /* BIST result in eax */ - movl %eax, %ebx + movd %eax, %mm0 /* Get an early timestamp */ rdtsc - movd %ebx, %mm0 movd %eax, %mm1 movd %edx, %mm2 #endif |