mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Initialized the fpu of an application processor.
svn path=/trunk/; revision=11522
This commit is contained in:
@@ -179,6 +179,8 @@ KeApplicationProcessorInit(VOID)
|
||||
Offset = InterlockedIncrement(&PcrsAllocated) - 1;
|
||||
Pcr = (PKPCR)((ULONG_PTR)KPCR_BASE + Offset * PAGE_SIZE);
|
||||
|
||||
KiCheckFPU();
|
||||
|
||||
/*
|
||||
* Initialize the GDT
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user