Rename KIRQL to KRUNLEVEL type
Este commit está contenido en:
@@ -56,7 +56,7 @@ ArInitializeProcessor(VOID)
|
||||
ArLoadTaskRegister((UINT)KGDT_SYS_TSS);
|
||||
|
||||
/* Enter passive IRQ level */
|
||||
ProcessorBlock->Irql = PASSIVE_LEVEL;
|
||||
ProcessorBlock->RunLevel = PASSIVE_LEVEL;
|
||||
ArWriteControlRegister(8, PASSIVE_LEVEL);
|
||||
|
||||
/* Initialize segment registers */
|
||||
|
@@ -56,7 +56,7 @@ ArInitializeProcessor(VOID)
|
||||
ArLoadTaskRegister((UINT)KGDT_SYS_TSS);
|
||||
|
||||
/* Enter passive IRQ level */
|
||||
ProcessorBlock->Irql = PASSIVE_LEVEL;
|
||||
ProcessorBlock->RunLevel = PASSIVE_LEVEL;
|
||||
|
||||
/* Initialize segment registers */
|
||||
ArpInitializeSegments();
|
||||
|
Referencia en una nueva incidencia
Block a user