Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 690 → Rev 691

/shark/trunk/kernel/modules/edf.c
20,11 → 20,11
 
/**
------------
CVS : $Id: edf.c,v 1.14 2004-05-17 15:03:51 anton Exp $
CVS : $Id: edf.c,v 1.15 2004-05-26 15:36:23 anton Exp $
 
File: $File$
Revision: $Revision: 1.14 $
Last update: $Date: 2004-05-17 15:03:51 $
Revision: $Revision: 1.15 $
Last update: $Date: 2004-05-26 15:36:23 $
------------
 
This file contains the scheduling module EDF (Earliest Deadline First)
507,8 → 507,8
if (lev->flags & EDF_ENABLE_WCET_CHECK) {
proc_table[p].control |= CONTROL_CAP;
}
jet_update_endcycle(); /* Update the Jet data... */
proc_table[p].avail_time = proc_table[p].wcet;
jet_update_endcycle(); /* Update the Jet data... */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,(unsigned short int)proc_table[p].context,(unsigned int)l);
return 0;