Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 388 → Rev 394

/shark/trunk/ports/first/modules/grubstar.c
165,10 → 165,11
b->vtimer = NIL;
if (b->current == NIL && iq_query_first(&(b->tasks)) == NIL && b->flags != GRUBSTAR_RECLAIMING) {
event_need_reschedule();
//event_need_reschedule();
TRACER_LOGEVENT(FTrace_EVT_server_reclaiming,1,(int)(b),0);
b->flags = GRUBSTAR_RECLAIMING;
lev->Uf -= b->Ub;
event_need_reschedule();
}
 
#ifdef GRUBSTAR_DEBUG