Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 918 → Rev 919

/shark/trunk/kernel/grpcreat.c
18,11 → 18,11
 
/**
------------
CVS : $Id: grpcreat.c,v 1.9 2004-04-19 12:36:39 giacomo Exp $
CVS : $Id: grpcreat.c,v 1.10 2005-01-08 14:48:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2004-04-19 12:36:39 $
Revision: $Revision: 1.10 $
Last update: $Date: 2005-01-08 14:48:03 $
------------
 
This file contains:
89,6 → 89,7
kern_cli();
// kern_printf("EXIT task %d, value %d\n",exec_shadow,ret);
task_makefree(ret);
scheduler();
// kern_printf("MAKEFREE return exec_shadow=%d task_counter=%d\n",exec_shadow,task_counter);
 
ll_context_to(proc_table[exec_shadow].context);