Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 386 → Rev 387

/shark/trunk/kernel/modules/edf.c
20,11 → 20,11
 
/**
------------
CVS : $Id: edf.c,v 1.10 2004-01-08 20:10:41 giacomo Exp $
CVS : $Id: edf.c,v 1.11 2004-01-08 20:21:14 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.10 $
Last update: $Date: 2004-01-08 20:10:41 $
Revision: $Revision: 1.11 $
Last update: $Date: 2004-01-08 20:21:14 $
------------
 
This file contains the scheduling module EDF (Earliest Deadline First)
431,7 → 431,7
lev->period[p] = job->period;
 
/* Set the deadline timer */
if (!(job->noraiseexc))
if (job->noraiseexc)
lev->flag[p] = EDF_FLAG_NORAISEEXC;
else {
lev->flag[p] = 0;