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]++; |
|