Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1286 → Rev 1287

/demos/trunk/first/posixstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: posixstar.c,v 1.2 2003-08-01 13:20:38 trimarchi Exp $
CVS : $Id: posixstar.c,v 1.3 2003-12-17 13:52:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-08-01 13:20:38 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-12-17 13:52:46 $
------------
 
This file contains the scheduling module compatible with POSIX
60,7 → 60,6
#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
372,8 → 371,6
//#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;
}