mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix 2 typos
svn path=/trunk/; revision=36554
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user