mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Define KeInitializeSpinLock for ARM to unbreak build.
svn path=/trunk/; revision=43473
This commit is contained in:
@@ -5674,6 +5674,14 @@ KefReleaseSpinLockFromDpcLevel(
|
||||
|
||||
#elif defined(_M_ARM) // !defined (_X86_)
|
||||
|
||||
FORCEINLINE
|
||||
VOID
|
||||
KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||
{
|
||||
/* Clear the lock */
|
||||
*SpinLock = 0;
|
||||
}
|
||||
|
||||
NTHALAPI
|
||||
KIRQL
|
||||
FASTCALL
|
||||
|
||||
Reference in New Issue
Block a user