Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/shark/trunk/kernel/grpcreat.c
18,11 → 18,11
 
/**
------------
CVS : $Id: grpcreat.c,v 1.6 2004-01-08 20:14:08 giacomo Exp $
CVS : $Id: grpcreat.c,v 1.7 2004-03-10 14:51:42 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:14:08 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-03-10 14:51:42 $
------------
 
This file contains:
301,7 → 301,7
proc_table[i].context = c;
 
/* Tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_create,3,c,i);
TRACER_LOGEVENT(FTrace_EVT_task_create,(unsigned short int)c,(unsigned int)i);
 
//kern_printf("[c%i %i]",i,proc_table[i].context);