- Disable commented out define-check which i had only commented to check building.
authorAlex Ionescu <aionescu@gmail.com>
Thu, 5 Jan 2006 13:59:11 +0000 (13:59 +0000)
committerAlex 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

index bf745a2..767d0a5 100644 (file)
@@ -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 
 
 /*++