From b4d824413329746d84a605ed9ecbbc11f43e3fce Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sat, 27 Sep 2008 18:45:23 +0000 Subject: [PATCH] - Fix 2 typos svn path=/trunk/; revision=36554 --- reactos/ntoskrnl/include/internal/ke_x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/include/internal/ke_x.h b/reactos/ntoskrnl/include/internal/ke_x.h index 65984ff0609..be29cb0c471 100644 --- a/reactos/ntoskrnl/include/internal/ke_x.h +++ b/reactos/ntoskrnl/include/internal/ke_x.h @@ -177,7 +177,7 @@ Ke386SanitizeDr(IN PVOID DrAddress, } \ } -#ifndef _CONFIG_SMP +#ifndef CONFIG_SMP // // Spinlock Acquire at IRQL >= DISPATCH_LEVEL // @@ -1392,7 +1392,7 @@ KxQueueReadyThread(IN PKTHREAD Thread, ASSERT(Thread->NextProcessor == Prcb->Number); /* Check if this thread is allowed to run in this CPU */ -#ifdef _CONFIG_SMP +#ifdef CONFIG_SMP if ((Thread->Affinity) & (Prcb->SetMember)) #else if (TRUE)