mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Deliver APCs through a proper interrupt gate as well.
svn path=/trunk/; revision=23658
This commit is contained in:
@@ -24,6 +24,7 @@ UCHAR Table[8] =
|
||||
};
|
||||
|
||||
VOID HalpDispatchInterrupt(VOID);
|
||||
VOID HalpApcInterrupt(VOID);
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
@@ -69,8 +70,7 @@ HalpLowerIrql(KIRQL NewIrql)
|
||||
{
|
||||
if (Table[KeGetPcr()->IRR] == APC_LEVEL)
|
||||
{
|
||||
KeGetPcr()->IRR &= ~2;
|
||||
KiDeliverApc(KernelMode, NULL, NULL);
|
||||
HalpApcInterrupt();
|
||||
}
|
||||
}
|
||||
KeGetPcr()->Irql = PASSIVE_LEVEL;
|
||||
|
||||
Reference in New Issue
Block a user