- Initialized the fpu of an application processor.

svn path=/trunk/; revision=11522
This commit is contained in:
Hartmut Birr 2004-11-01 19:03:26 +00:00
parent f23530ddc9
commit 128ff94899

View file

@ -179,6 +179,8 @@ KeApplicationProcessorInit(VOID)
Offset = InterlockedIncrement(&PcrsAllocated) - 1;
Pcr = (PKPCR)((ULONG_PTR)KPCR_BASE + Offset * PAGE_SIZE);
KiCheckFPU();
/*
* Initialize the GDT
*/