reenable some spinlock code

svn path=/branches/ros-amd64-bringup/; revision=43493
This commit is contained in:
Timo Kreuzer 2009-10-15 19:24:21 +00:00
parent 7c5c4c6f3b
commit dbdde58dae

View file

@ -140,7 +140,6 @@ KeReleaseQueuedSpinLockFromDpcLevel(IN PKSPIN_LOCK_QUEUE LockHandle)
/* PUBLIC FUNCTIONS **********************************************************/
#ifdef _X86_
/*
* @implemented
*/
@ -183,7 +182,6 @@ _KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
/* Clear it */
*SpinLock = 0;
}
#endif
/*
* @implemented