- Converted some macros to inlined functions.
[reactos.git] / reactos / ntoskrnl / ke / gate.c
index a8dab73..7357cfe 100644 (file)
@@ -111,7 +111,7 @@ KeWaitForGate(IN PKGATE Gate,
             if (Queue)
             {
                 /* Wake it up */
-                KiWakeQueue(Queue);
+                KiActivateWaiterQueue(Queue);
 
                 /* Release the dispatcher lock */
                 KiReleaseDispatcherLockFromDpcLevel();