I need help to calculate Processor Affinity value
0 (0000) Not allowed (that would mean use no processors) 1 (0001) Use processor 1 2 (0010) Use processor 2 3 (0011) Use both processors 1 and 2 4 (0100) Use processor 3 5 (0101) Use both processors 1 and 3 6 (0110) Use both processors 2 and 3 7 (0111) Use processors 1,2 and 3 8 (1000) Use processor 4 With 1, 2, 3 and result is 7. I wonder what formula is?