mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
- Fix release build
svn path=/trunk/; revision=37135
This commit is contained in:
@@ -1030,7 +1030,7 @@ KeFlushEntireTb(IN BOOLEAN Invalid,
|
||||
|
||||
/* Get the current processor affinity, and exclude ourselves */
|
||||
TargetAffinity = KeActiveProcessors;
|
||||
TargetAffinity &= ~KeGetCurrentPrcb()->SetMember;
|
||||
TargetAffinity &= ~Prcb->SetMember;
|
||||
|
||||
/* Make sure this is MP */
|
||||
if (TargetAffinity)
|
||||
|
||||
Reference in New Issue
Block a user