mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 01:44:20 +08: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