Commit in reactos/ntoskrnl/ke/i386 on MAIN
kernel.c+21.39 -> 1.40
- Initialized the fpu of an application processor.

reactos/ntoskrnl/ke/i386
kernel.c 1.39 -> 1.40
diff -u -r1.39 -r1.40
--- kernel.c	31 Oct 2004 13:20:58 -0000	1.39
+++ kernel.c	1 Nov 2004 19:03:26 -0000	1.40
@@ -179,6 +179,8 @@
   Offset = InterlockedIncrement(&PcrsAllocated) - 1;
   Pcr = (PKPCR)((ULONG_PTR)KPCR_BASE + Offset * PAGE_SIZE);
 
+  KiCheckFPU();
+
   /*
    * Initialize the GDT
    */
CVSspam 0.2.8