Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/shark/trunk/kernel/modules/tbs.c
20,11 → 20,11
 
/**
------------
CVS : $Id: tbs.c,v 1.6 2004-01-08 20:10:42 giacomo Exp $
CVS : $Id: tbs.c,v 1.7 2004-03-10 14:51:45 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:10:42 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-03-10 14:51:45 $
------------
 
This file contains the aperiodic server TBS (Total Bandwidth Server)
329,7 → 329,7
TBS_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;
}