Waiting for a fast mutex should be done in kernel mode.

svn path=/trunk/; revision=19387
This commit is contained in:
Hartmut Birr
2005-11-20 20:45:35 +00:00
parent 2b72127451
commit 7619aa3f45
+1 -1
View File
@@ -765,7 +765,7 @@ KiAcquireFastMutex(IN PFAST_MUTEX FastMutex)
/* Wait for the event */
KeWaitForSingleObject(&FastMutex->Gate,
WrMutex,
WaitAny,
KernelMode,
FALSE,
NULL);
}