Commit in reactos/ntoskrnl/ke/i386 on MAIN | |||
kernel.c | +2 | 1.39 -> 1.40 |
- Initialized the fpu of an application processor.
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 */