Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 385 → Rev 572

/shark/trunk/kernel/modules/ds.c
20,11 → 20,11
 
/**
------------
CVS : $Id: ds.c,v 1.6 2004-01-08 20:10:41 giacomo Exp $
CVS : $Id: ds.c,v 1.7 2004-03-10 14:51:43 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:10:41 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-03-10 14:51:43 $
------------
 
This file contains the aperiodic server DS (Deferrable Server)
366,7 → 366,7
DS_activation(lev);
 
jet_update_endcycle(); /* Update the Jet data... */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,3,proc_table[p].context,l);
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,(unsigned short int)proc_table[p].context,(unsigned int)l);
 
return 0;
}