Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1040 → Rev 1041

/shark/trunk/modules/sem/sem.c
20,11 → 20,11
 
/**
------------
CVS : $Id: sem.c,v 1.1 2005-02-25 10:50:43 pj Exp $
CVS : $Id: sem.c,v 1.2 2006-06-12 12:26:17 tullio Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2005-02-25 10:50:43 $
Revision: $Revision: 1.2 $
Last update: $Date: 2006-06-12 12:26:17 $
------------
 
This file contains the Hartik 3.3.1 Semaphore functions
545,7 → 545,7
}
/* tracer */
TRACER_LOGEVENT(FTrace_EVT_set_mutex_lock,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
TRACER_LOGEVENT(FTrace_EVT_set_mutex_post,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
kern_frestore(f);
}
else {
570,7 → 570,7
}
/* tracer */
TRACER_LOGEVENT(FTrace_EVT_set_mutex_lock,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
TRACER_LOGEVENT(FTrace_EVT_set_mutex_post,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
kern_context_load(proc_table[exec_shadow].context);
}