Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 384 → Rev 385

/shark/trunk/kernel/modules/rr.c
20,11 → 20,11
 
/**
------------
CVS : $Id: rr.c,v 1.6 2003-12-10 16:55:00 giacomo Exp $
CVS : $Id: rr.c,v 1.7 2004-01-08 20:10:42 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-12-10 16:55:00 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-01-08 20:10:42 $
------------
 
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,p,l); /* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,3,proc_table[p].context,l); /* tracer stuff */
 
#ifdef RRDEBUG
rr_printf("(msg%d)",p);
320,8 → 320,6
 
lev = (RR_level_des *)level_table[l];
 
printk(" lev=%d\n",(int)lev);
 
/* fill the standard descriptor */
lev->l.public_scheduler = RR_public_scheduler;
lev->l.public_create = RR_public_create;