Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
[coreboot.git] / src / cpu / x86 / fpu / enable_fpu.inc
diff --git a/src/cpu/x86/fpu/enable_fpu.inc b/src/cpu/x86/fpu/enable_fpu.inc
deleted file mode 100644 (file)
index bd7a7ff..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-       /* preserve BIST in %eax */
-__fpu_start:
-       movl %eax, %ebp
-
-       /* Disable floating point emulation */
-       movl    %cr0, %eax
-       andl    $~(1<<2), %eax
-       movl    %eax, %cr0
-
-       movl %ebp, %eax