From 8ca886843a668ac92c724f632a1a13071706bbd4 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 5 Jan 2006 13:59:11 +0000 Subject: [PATCH] - Disable commented out define-check which i had only commented to check building. svn path=/trunk/; revision=20576 --- reactos/ntoskrnl/ke/i386/ctxswitch.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ke/i386/ctxswitch.S b/reactos/ntoskrnl/ke/i386/ctxswitch.S index bf745a204e5..767d0a5e179 100644 --- 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 */ -//#ifdef CONFIG_SMP +#ifdef CONFIG_SMP mov ecx, offset _DispatcherDatabaseLock call @KefReleaseSpinLockFromDpcLevel@4 -//#endif +#endif ret /*++