projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71ffe4
)
KefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.
author
Hartmut Birr
<osexpert@googlemail.com>
Thu, 5 Jan 2006 12:48:33 +0000
(12:48 +0000)
committer
Hartmut Birr
<osexpert@googlemail.com>
Thu, 5 Jan 2006 12:48:33 +0000
(12:48 +0000)
svn path=/trunk/; revision=20572
reactos/ntoskrnl/ke/i386/ctxswitch.S
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ke/i386/ctxswitch.S
b/reactos/ntoskrnl/ke/i386/ctxswitch.S
index
3192531
..
bf745a2
100644
(file)
--- a/
reactos/ntoskrnl/ke/i386/ctxswitch.S
+++ b/
reactos/ntoskrnl/ke/i386/ctxswitch.S
@@
-247,7
+247,7
@@
SameProcess:
/* Return */
//#ifdef CONFIG_SMP
- mov ecx, _DispatcherDatabaseLock
+ mov ecx,
offset
_DispatcherDatabaseLock
call @KefReleaseSpinLockFromDpcLevel@4
//#endif
ret