From: Hartmut Birr Date: Tue, 10 Jan 2006 00:01:32 +0000 (+0000) Subject: Release the dispatcher lock after KiUnblockThread. X-Git-Tag: backups/expat-rbuild@40467~402 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a52a1f71f8111981cd1d14e7c22fbf3656fc4287 Release the dispatcher lock after KiUnblockThread. svn path=/trunk/; revision=20762 --- diff --git a/reactos/ntoskrnl/ke/gate.c b/reactos/ntoskrnl/ke/gate.c index ce5c40206f6..1155d7d9a7f 100644 --- a/reactos/ntoskrnl/ke/gate.c +++ b/reactos/ntoskrnl/ke/gate.c @@ -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 */