mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
reenable some spinlock code
svn path=/branches/ros-amd64-bringup/; revision=43493
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user