Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 384 → Rev 385

/shark/trunk/kernel/grpcreat.c
18,11 → 18,11
 
/**
------------
CVS : $Id: grpcreat.c,v 1.5 2003-12-10 16:54:58 giacomo Exp $
CVS : $Id: grpcreat.c,v 1.6 2004-01-08 20:14:08 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2003-12-10 16:54:58 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:14:08 $
------------
 
This file contains:
113,8 → 113,6
RES_MODEL *r; /* used for managing the resources models */
int j; /* a counter */
 
printk("task_create\n");
 
/* Get a free descriptor */
for (;;) {
i = iq_getfirst(&freedesc);
303,7 → 301,7
proc_table[i].context = c;
 
/* Tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_create,3,i,(int)c);
TRACER_LOGEVENT(FTrace_EVT_task_create,3,c,i);
 
//kern_printf("[c%i %i]",i,proc_table[i].context);