Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/shark/trunk/kernel/modules/rr.c
20,11 → 20,11
 
/**
------------
CVS : $Id: rr.c,v 1.7 2004-01-08 20:10:42 giacomo Exp $
CVS : $Id: rr.c,v 1.8 2004-03-10 14:51:44 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-01-08 20:10:42 $
Revision: $Revision: 1.8 $
Last update: $Date: 2004-03-10 14:51:44 $
------------
 
This file contains the scheduling module RR (Round Robin)
246,7 → 246,7
proc_table[p].status = SLEEP;
 
jet_update_endcycle(); /* Update the Jet data... */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,3,proc_table[p].context,l); /* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,(unsigned short int)proc_table[p].context,(unsigned int)l); /* tracer stuff */
 
#ifdef RRDEBUG
rr_printf("(msg%d)",p);