mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fix accidental change.
svn path=/trunk/; revision=11306
This commit is contained in:
parent
b3f049be4f
commit
a5262fdf54
1 changed files with 0 additions and 2 deletions
|
@ -149,7 +149,6 @@ KeApplicationProcessorInit(VOID)
|
|||
memset(Pcr, 0, PAGE_SIZE);
|
||||
Pcr->ProcessorNumber = (UCHAR)Offset;
|
||||
Pcr->Self = Pcr;
|
||||
Pcr->Tib.Self = &Pcr->Tib;
|
||||
Pcr->Irql = HIGH_LEVEL;
|
||||
|
||||
/* Mark the end of the exception handler list */
|
||||
|
@ -216,7 +215,6 @@ KeInit1(PCHAR CommandLine, PULONG LastKernelAddress)
|
|||
KPCR = (PKPCR)KPCR_BASE;
|
||||
memset(KPCR, 0, PAGE_SIZE);
|
||||
KPCR->Self = (PKPCR)KPCR_BASE;
|
||||
KPCR->Tib.Self = (PKPCR_TIB)KPCR_BASE;
|
||||
KPCR->Irql = HIGH_LEVEL;
|
||||
KPCR->GDT = KiBootGdt;
|
||||
KPCR->IDT = (PUSHORT)KiIdt;
|
||||
|
|
Loading…
Reference in a new issue