Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 355 → Rev 393

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.9 2003-07-22 13:26:09 giacomo Exp $
CVS : $Id: func.h,v 1.10 2004-01-12 17:23:44 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2003-07-22 13:26:09 $
Revision: $Revision: 1.10 $
Last update: $Date: 2004-01-12 17:23:44 $
------------
 
Kernel functions:
379,7 → 379,7
/* manage the capacity event */
SUBTIMESPEC(&schedule_time, &cap_lasttime, &ty);
tx = TIMESPEC2USEC(&ty);
proc_table[exec_shadow].avail_time -= tx;
if (proc_table[exec_shadow].control & CONTROL_CAP) proc_table[exec_shadow].avail_time -= tx;
jet_update_slice(tx);
 
/* if the event didn't fire before, we delete it. */