Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 776 → Rev 777

/shark/trunk/kernel/kill.c
18,11 → 18,11
 
/**
------------
CVS : $Id: kill.c,v 1.8 2004-03-10 14:51:42 giacomo Exp $
CVS : $Id: kill.c,v 1.9 2004-08-22 10:00:53 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.8 $
Last update: $Date: 2004-03-10 14:51:42 $
Revision: $Revision: 1.9 $
Last update: $Date: 2004-08-22 10:00:53 $
------------
 
This file contains:
169,7 → 169,7
kern_context_delete(proc_table[i].context);
/* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_end,(unsigned short int)i,0);
TRACER_LOGEVENT(FTrace_EVT_task_end,(unsigned short int)proc_table[i].context,(unsigned int)i);
//kern_printf("[k%i]",i);
/* Free the used stack area */