Set the boot processor as active processor in KeInit1.

svn path=/trunk/; revision=19210
This commit is contained in:
Hartmut Birr 2005-11-13 17:33:54 +00:00
parent 80cd960aeb
commit a3a691913f

View file

@ -298,6 +298,7 @@ KeInit1(PCHAR CommandLine, PULONG LastKernelAddress)
KPCR->TSS = &KiBootTss;
KPCR->Number = 0;
KPCR->SetMember = 1 << 0;
KeActiveProcessors = 1 << 0;
KPCR->PrcbData.SetMember = 1 << 0;
KiPcrInitDone = 1;
PcrsAllocated++;