Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 384 → Rev 385

/shark/trunk/kernel/kern.c
18,11 → 18,11
 
/**
------------
CVS : $Id: kern.c,v 1.6 2003-12-10 16:54:59 giacomo Exp $
CVS : $Id: kern.c,v 1.7 2004-01-08 20:14:08 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-12-10 16:54:59 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-01-08 20:14:08 $
------------
 
This file contains:
287,8 → 287,7
exec_shadow = proc_table[exec_shadow].shadow;
 
/* tracer stuff */
if (old_exec_shadow!=exec_shadow)
TRACER_LOGEVENT(FTrace_EVT_task_schedule,1,exec_shadow,0);
TRACER_LOGEVENT(FTrace_EVT_task_schedule,3,proc_table[exec_shadow].context,proc_table[exec].context);
// kern_printf("[%i->%i]",old_exec_shadow,exec_shadow);
 
/* we control the correctness of the shadows when we kill */