mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
- Revert hack.
svn path=/trunk/; revision=56237
This commit is contained in:
parent
6539718c1d
commit
18748efb4b
1 changed files with 15 additions and 19 deletions
|
@ -666,9 +666,6 @@ KfLowerIrql(IN KIRQL OldIrql)
|
||||||
/* Set old IRQL */
|
/* Set old IRQL */
|
||||||
Pcr->Irql = OldIrql;
|
Pcr->Irql = OldIrql;
|
||||||
|
|
||||||
/* Make sure interrupts were enabled */
|
|
||||||
if (EFlags & EFLAGS_INTERRUPT_MASK)
|
|
||||||
{
|
|
||||||
/* Check for pending software interrupts and compare with current IRQL */
|
/* Check for pending software interrupts and compare with current IRQL */
|
||||||
PendingIrqlMask = Pcr->IRR & FindHigherIrqlMask[OldIrql];
|
PendingIrqlMask = Pcr->IRR & FindHigherIrqlMask[OldIrql];
|
||||||
if (PendingIrqlMask)
|
if (PendingIrqlMask)
|
||||||
|
@ -689,7 +686,6 @@ KfLowerIrql(IN KIRQL OldIrql)
|
||||||
/* Now handle pending interrupt */
|
/* Now handle pending interrupt */
|
||||||
SWInterruptHandlerTable[PendingIrql]();
|
SWInterruptHandlerTable[PendingIrql]();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Restore interrupt state */
|
/* Restore interrupt state */
|
||||||
__writeeflags(EFlags);
|
__writeeflags(EFlags);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue