projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
93d0b2a
)
- Disable commented out define-check which i had only commented to check building.
author
Alex Ionescu
<aionescu@gmail.com>
Thu, 5 Jan 2006 13:59:11 +0000
(13:59 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Thu, 5 Jan 2006 13:59:11 +0000
(13:59 +0000)
svn path=/trunk/; revision=20576
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
bf745a2
..
767d0a5
100644
(file)
--- a/
reactos/ntoskrnl/ke/i386/ctxswitch.S
+++ b/
reactos/ntoskrnl/ke/i386/ctxswitch.S
@@
-246,10
+246,10
@@
SameProcess:
pop [ebx+KPCR_EXCEPTION_LIST]
/* Return */
pop [ebx+KPCR_EXCEPTION_LIST]
/* Return */
-
//
#ifdef CONFIG_SMP
+#ifdef CONFIG_SMP
mov ecx, offset _DispatcherDatabaseLock
call @KefReleaseSpinLockFromDpcLevel@4
mov ecx, offset _DispatcherDatabaseLock
call @KefReleaseSpinLockFromDpcLevel@4
-
//
#endif
+#endif
ret
/*++
ret
/*++