Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 279 → Rev 280

/shark/trunk/ports/first/modules/grubstar.c
121,7 → 121,6
kern_printf("%d",p);
#endif
 
kern_gettime(&b->dline);
ADDUSEC2TIMESPEC(b->T, &b->dline);
 
b->current = p;
449,9 → 448,9
/* ...and finally, we have to post a capacity event */
if (!nostop) {
TIMESPEC_ASSIGN(&ty, &schedule_time);
TIMESPEC_ASSIGN(&lev->cap_lasttime, &schedule_time);
ADDUSEC2TIMESPEC(lev->b[lev->tb[p]].avail,&ty);
lev->cap_lev = kern_event_post(&ty,capacity_handler, lev);
kern_gettime(&lev->cap_lasttime);
}
}