mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Fix behavior of kernel APCs interrupting waits on gate objects. Patch by Alex Ionescu.
svn path=/trunk/; revision=37714
This commit is contained in:
parent
ffb80a044e
commit
28d4b20129
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ KiInsertQueueApc(IN PKAPC Apc,
|
|||
if (Thread->Queue) Thread->Queue->CurrentCount++;
|
||||
|
||||
/* Put into deferred ready list with this status */
|
||||
Status = STATUS_KERNEL_APC;
|
||||
Thread->WaitStatus = STATUS_KERNEL_APC;
|
||||
KiInsertDeferredReadyList(Thread);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue