From a52a1f71f8111981cd1d14e7c22fbf3656fc4287 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Tue, 10 Jan 2006 00:01:32 +0000 Subject: [PATCH 1/1] Release the dispatcher lock after KiUnblockThread. svn path=/trunk/; revision=20762 --- reactos/ntoskrnl/ke/gate.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.17.1