- Fix release build -- attempt 2

svn path=/trunk/; revision=37136
This commit is contained in:
Stefan Ginsberg 2008-11-01 19:35:23 +00:00
parent 6b1b673dca
commit ed9780429d

View file

@ -210,7 +210,7 @@ KeIpiGenericCall(IN PKIPI_BROADCAST_WORKER Function,
Affinity = KeActiveProcessors;
/* Exclude ourselves */
Affinity &= ~KeGetCurrentPrcb()->SetMember;
Affinity &= ~Prcb->SetMember;
#endif
/* Acquire the IPI lock */