revert 44509.

not needed anymore.

svn path=/branches/ros-amd64-bringup/; revision=44624
This commit is contained in:
Timo Kreuzer
2009-12-16 20:52:53 +00:00
parent f73d776d30
commit d2a094f50f
+3 -3
View File
@@ -117,9 +117,6 @@ KiAcquireFastMutex(IN PFAST_MUTEX FastMutex)
NULL);
}
/* We depend on these bits being just right */
C_ASSERT((GM_LOCK_WAITER_WOKEN * 2) == GM_LOCK_WAITER_INC);
VOID
FASTCALL
KiAcquireGuardedMutex(IN OUT PKGUARDED_MUTEX GuardedMutex)
@@ -127,6 +124,9 @@ KiAcquireGuardedMutex(IN OUT PKGUARDED_MUTEX GuardedMutex)
ULONG BitsToRemove, BitsToAdd;
LONG OldValue, NewValue;
/* We depend on these bits being just right */
C_ASSERT((GM_LOCK_WAITER_WOKEN * 2) == GM_LOCK_WAITER_INC);
/* Increase the contention count */
GuardedMutex->Contention++;