- Disable commented out define-check which i had only commented to check building. Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S _____
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S --- trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S 2006-01-05 13:51:06 UTC (rev 20575) +++ trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S 2006-01-05 13:59:11 UTC (rev 20576) @@ -246,10 +246,10 @@
pop [ebx+KPCR_EXCEPTION_LIST]
/* Return */ -//#ifdef CONFIG_SMP +#ifdef CONFIG_SMP mov ecx, offset _DispatcherDatabaseLock call @KefReleaseSpinLockFromDpcLevel@4 -//#endif +#endif ret
/*++