Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 833 → Rev 834

/shark/trunk/ports/first/modules/posixstar.c
219,7 → 219,6
proc_table[p].wcet = lev->slice;
}
lev->flag[p] = 0;
#if defined POSIXSTAR_DEBUG
kern_printf("(slice %d)", proc_table[p].wcet);
#endif
230,6 → 229,7
}
 
lev->flag[p] = 0;
proc_table[p].control = (proc_table[p].control & ~CONTROL_CAP);
 
return 0;