Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1180 → Rev 1287

/demos/trunk/first/rmstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: rmstar.c,v 1.4 2003-01-07 17:10:17 pj Exp $
CVS : $Id: rmstar.c,v 1.5 2003-12-17 13:52:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-07 17:10:17 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-12-17 13:52:46 $
------------
**/
 
52,7 → 52,6
#include <kernel/descr.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
 
/* for iqueues */
/* #include "iqueue.h" Now iqueues are the only queue type into the kernel */
425,7 → 424,6
#endif
 
jet_update_endcycle(); /* Update the Jet data... */
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */
 
return 0;
}
/demos/trunk/first/edfstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: edfstar.c,v 1.5 2003-06-18 08:13:02 trimarchi Exp $
CVS : $Id: edfstar.c,v 1.6 2003-12-17 13:52:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2003-06-18 08:13:02 $
Revision: $Revision: 1.6 $
Last update: $Date: 2003-12-17 13:52:46 $
------------
**/
 
52,7 → 52,6
#include <kernel/descr.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
 
/* for iqueues */
/* #include "iqueue.h" Now iqueues are the only queue type available
440,7 → 439,6
#endif
 
jet_update_endcycle(); /* Update the Jet data... */
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */
 
return 0;
}
/demos/trunk/first/posixstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: posixstar.c,v 1.2 2003-08-01 13:20:38 trimarchi Exp $
CVS : $Id: posixstar.c,v 1.3 2003-12-17 13:52:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-08-01 13:20:38 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-12-17 13:52:46 $
------------
 
This file contains the scheduling module compatible with POSIX
60,7 → 60,6
#include <kernel/descr.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
#include "posixstar.h"
#include "cbsstar.h"
//#define POSIXSTAR_DEBUG
372,8 → 371,6
//#ifdef POSIXSTAR_DEBUG
kern_printf("PM:%d",p);
//#endif
//jet_update_endcycle(); /* Update the Jet data... */
//trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */
POSIXSTAR_private_scheduler(lev);
return 0;
}