mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Fix release build
svn path=/trunk/; revision=37135
This commit is contained in:
parent
8a6a5c0d14
commit
6b1b673dca
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue