send no noise message to core A and B

This commit is contained in:
Stefan Lankes 2011-12-13 04:28:24 -08:00
parent ce9435612c
commit 18ef7ad7d8

View file

@ -538,7 +538,7 @@ int icc_mail_noise(void) {
/* send a mail to each UE */
for( j=0; j<num_ranks; ++j ) {
// if( (j == CORE_A) /* || (j == CORE_B)*/ ) continue;
if( (j == CORE_A) || (j == CORE_B)) continue;
/* send noise mail */
tmr = rdtsc();