Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 384 → Rev 385

/shark/trunk/kernel/modules/srp.c
20,11 → 20,11
 
/**
------------
CVS : $Id: srp.c,v 1.5 2003-11-06 09:42:23 giacomo Exp $
CVS : $Id: srp.c,v 1.6 2004-01-08 20:10:42 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2003-11-06 09:42:23 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:10:42 $
------------
 
Stack Resource Policy. see srp.h for general details...
146,6 → 146,8
#include <kernel/var.h>
#include <kernel/func.h>
 
#include <tracer.h>
 
typedef struct SRP_mutexstruct_t SRP_mutex_t;
 
/* The SRP resource level descriptor */
718,6 → 720,7
}
 
scheduler();
TRACER_LOGEVENT(FTrace_EVT_inheritance,3,proc_table[exec_shadow].context,proc_table[exec].context);
kern_context_load(proc_table[exec_shadow].context);
 
return 0;