Release the dispatcher lock after KiUnblockThread.

svn path=/trunk/; revision=20762
This commit is contained in:
Hartmut Birr 2006-01-10 00:01:32 +00:00
parent 955a80297f
commit a52a1f71f8

View file

@ -138,7 +138,6 @@ KeSignalGateBoostPriority(PKGATE Gate)
/* Reschedule the Thread */
DPRINT("Unblocking the Thread\n");
KiUnblockThread(WaitThread, &WaitStatus, EVENT_INCREMENT);
return;
quit:
/* Release the Dispatcher Database Lock */