forked from xt-sys/exectos
Rename KIRQL to KRUNLEVEL type
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user