summaryrefslogtreecommitdiff
path: root/src/cpu/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86')
-rw-r--r--src/cpu/x86/entry32.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/entry32.S b/src/cpu/x86/entry32.S
index 215d60182a..4c8ded0bc7 100644
--- a/src/cpu/x86/entry32.S
+++ b/src/cpu/x86/entry32.S
@@ -54,7 +54,6 @@ debug_spinloop:
jz debug_spinloop
#endif
-#if !CONFIG(USE_MARCH_586)
/* MMX registers required here */
/* BIST result in eax */
@@ -66,7 +65,6 @@ __timestamp:
rdtsc
movd %eax, %mm1
movd %edx, %mm2
-#endif
#if CONFIG(SSE)
enable_sse: