aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/entry32.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/entry32.S')
-rw-r--r--src/cpu/x86/entry32.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/cpu/x86/entry32.S b/src/cpu/x86/entry32.S
index 32f61ad261..639ab36a57 100644
--- a/src/cpu/x86/entry32.S
+++ b/src/cpu/x86/entry32.S
@@ -25,8 +25,9 @@
*/
.align 4
-.globl __protected_start
-__protected_start:
+.globl bootblock_protected_mode_entry
+bootblock_protected_mode_entry:
+
/* Save the BIST value */
movl %eax, %ebp
@@ -54,14 +55,14 @@ debug_spinloop:
jz debug_spinloop
#endif
-bootblock_protected_mode_entry:
-
#if !CONFIG(USE_MARCH_586)
/* MMX registers required here */
/* BIST result in eax */
movd %eax, %mm0
+__timestamp:
+
/* Get an early timestamp */
rdtsc
movd %eax, %mm1