/demos/trunk/first/posixstar.c |
---|
18,11 → 18,11 |
/** |
------------ |
CVS : $Id: posixstar.c,v 1.3 2003-12-17 13:52:46 giacomo Exp $ |
CVS : $Id: posixstar.c,v 1.2 2003-08-01 13:20:38 trimarchi Exp $ |
File: $File$ |
Revision: $Revision: 1.3 $ |
Last update: $Date: 2003-12-17 13:52:46 $ |
Revision: $Revision: 1.2 $ |
Last update: $Date: 2003-08-01 13:20:38 $ |
------------ |
This file contains the scheduling module compatible with POSIX |
60,6 → 60,7 |
#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 |
371,6 → 372,8 |
//#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; |
} |
/demos/trunk/first/edfstar.c |
---|
18,11 → 18,11 |
/** |
------------ |
CVS : $Id: edfstar.c,v 1.6 2003-12-17 13:52:46 giacomo Exp $ |
CVS : $Id: edfstar.c,v 1.5 2003-06-18 08:13:02 trimarchi Exp $ |
File: $File$ |
Revision: $Revision: 1.6 $ |
Last update: $Date: 2003-12-17 13:52:46 $ |
Revision: $Revision: 1.5 $ |
Last update: $Date: 2003-06-18 08:13:02 $ |
------------ |
**/ |
52,6 → 52,7 |
#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 |
439,6 → 440,7 |
#endif |
jet_update_endcycle(); /* Update the Jet data... */ |
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */ |
return 0; |
} |
/demos/trunk/first/rmstar.c |
---|
18,11 → 18,11 |
/** |
------------ |
CVS : $Id: rmstar.c,v 1.5 2003-12-17 13:52:46 giacomo Exp $ |
CVS : $Id: rmstar.c,v 1.4 2003-01-07 17:10:17 pj Exp $ |
File: $File$ |
Revision: $Revision: 1.5 $ |
Last update: $Date: 2003-12-17 13:52:46 $ |
Revision: $Revision: 1.4 $ |
Last update: $Date: 2003-01-07 17:10:17 $ |
------------ |
**/ |
52,6 → 52,7 |
#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 */ |
424,6 → 425,7 |
#endif |
jet_update_endcycle(); /* Update the Jet data... */ |
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */ |
return 0; |
} |