KefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.

svn path=/trunk/; revision=20572
This commit is contained in:
Hartmut Birr 2006-01-05 12:48:33 +00:00
parent b71ffe4703
commit 4c4d352a5e

View file

@ -247,7 +247,7 @@ SameProcess:
/* Return */
//#ifdef CONFIG_SMP
mov ecx, _DispatcherDatabaseLock
mov ecx, offset _DispatcherDatabaseLock
call @KefReleaseSpinLockFromDpcLevel@4
//#endif
ret