20,11 → 20,11 |
|
/** |
------------ |
CVS : $Id: cash.c,v 1.4 2003-01-07 17:10:16 pj Exp $ |
CVS : $Id: cash.c,v 1.5 2003-12-17 13:52:45 giacomo Exp $ |
|
File: $File$ |
Revision: $Revision: 1.4 $ |
Last update: $Date: 2003-01-07 17:10:16 $ |
Revision: $Revision: 1.5 $ |
Last update: $Date: 2003-12-17 13:52:45 $ |
------------ |
|
This file contains the aperiodic server CBS (Total Bandwidth Server) |
60,9 → 60,7 |
#include <kernel/descr.h> |
#include <kernel/var.h> |
#include <kernel/func.h> |
#include <kernel/trace.h> |
|
|
/*+ Status used in the level +*/ |
#define CBSGHD_IDLE APER_STATUS_BASE /*+ waiting the activation +*/ |
#define CBSGHD_ZOMBIE APER_STATUS_BASE+1 /*+ waiting the period end +*/ |
706,7 → 704,6 |
proc_table[p].status = CBSGHD_IDLE; |
|
jet_update_endcycle(); /* Update the Jet data... */ |
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */ |
|
return 0; |
} |