Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 748 → Rev 764

/shark/trunk/kernel/modules/elastic.c
216,9 → 216,9
#ifdef ELASTIC_DEBUG
cprintf("ELASTIC_compress: Task set feasible with maximum utilizations\n");
#endif
return 0; // FEASIBLE WITH MAXIMUM UTILIZATIONS
}
 
} else {
 
do {
Uf = 0;
Ev = 0;
252,6 → 252,7
}
 
} while (ok == 0);
}
 
// Increase periods of compressed tasks IMMEDIATELY.
// The other ones will be changed at their next activation
508,6 → 509,9
et->flags &= ~ELASTIC_JOB_PRESENT;
}
 
et->flags &= ~ELASTIC_PRESENT;
 
ELASTIC_compress(lev); // Tasks may want to expand
}
 
/*+ Registration function +*/