Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/shark/trunk/kernel/kern.c
18,11 → 18,11
 
/**
------------
CVS : $Id: kern.c,v 1.7 2004-01-08 20:14:08 giacomo Exp $
CVS : $Id: kern.c,v 1.8 2004-03-10 14:51:42 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-01-08 20:14:08 $
Revision: $Revision: 1.8 $
Last update: $Date: 2004-03-10 14:51:42 $
------------
 
This file contains:
287,7 → 287,7
exec_shadow = proc_table[exec_shadow].shadow;
 
/* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_schedule,3,proc_table[exec_shadow].context,proc_table[exec].context);
TRACER_LOGEVENT(FTrace_EVT_task_schedule,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)proc_table[exec].context);
// kern_printf("[%i->%i]",old_exec_shadow,exec_shadow);
 
/* we control the correctness of the shadows when we kill */