mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:31:55 +00:00
reenable some spinlock code
svn path=/branches/ros-amd64-bringup/; revision=43493
This commit is contained in:
parent
7c5c4c6f3b
commit
dbdde58dae
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue