added migration to NEWS

This commit is contained in:
Andreas Steffen
2008-11-16 21:23:56 +00:00
parent 7a915d627d
commit 4dc0dce886
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
/* threads 1..5 and 9 are always busy */
for (th = 1; th <= THREADS; th++)
{
state[th] = (th <= 5 || th == 9 )? STATE_BUSY : STATE_IDLE;
state[th] = (th <= 7 && th != 3)? STATE_BUSY : STATE_IDLE;
}
/* open the log file */