Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1568 → Rev 1569

/demos/trunk/first/initfile.c
7,6 → 7,7
*
* Authors :
* Giacomo Guidi <giacomo@gandalf.sssup.it>
* Tullio Facchinetti <tullio.facchinetti@unipv.it>
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
60,7 → 61,7
 
/*+ Interrupt Server +*/
#define INTDRIVE_Q 1000
#define INTDRIVE_U 1000
#define INTDRIVE_U 0.1*MAX_BANDWIDTH
#define INTDRIVE_FLAG 0
 
void call_shutdown_task(void *arg);
150,7 → 151,7
FSF_register_module(posix_level,grubstar_level, (int)(MAX_BANDWIDTH*0.8));
dummy_register_level();
 
CBS_register_level(CBS_ENABLE_ALL,1);
CBS_register_level(CBS_ENABLE_ALL,edf_level);
 
SEM_register_module();