Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 221 → Rev 224

/shark/trunk/ports/first/modules/edfstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: edfstar.c,v 1.1 2003-09-10 15:56:28 giacomo Exp $
CVS : $Id: edfstar.c,v 1.2 2003-09-11 13:51:33 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-09-10 15:56:28 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-09-11 13:51:33 $
------------
**/
 
70,7 → 70,7
* DEBUG stuffs begin
*/
 
#define EDFSTAR_DEBUG
//#define EDFSTAR_DEBUG
 
#ifdef EDFSTAR_DEBUG
 
203,9 → 203,9
break;
 
default:
//#ifdef EDFSTAR_DEBUG
#ifdef EDFSTAR_DEBUG
kern_printf("(E:Dl:%d)",p);
//#endif
#endif
/* else, a deadline miss occurred!!! */
lev->dline_miss[p]++;
 
/shark/trunk/ports/first/modules/posixstar.c
448,7 → 448,7
proc_table[p].wcet = lev->slice;
}
 
proc_table[p].control = lev->new_control[p];
proc_table[p].control |= lev->new_control[p];
 
POSIXSTAR_public_activate(l,p);