Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 803 → Rev 802

/shark/trunk/kernel/activate.c
18,11 → 18,11
 
/**
------------
CVS : $Id: activate.c,v 1.10 2004-09-02 13:48:08 giacomo Exp $
CVS : $Id: activate.c,v 1.9 2004-05-26 15:33:46 anton Exp $
 
File: $File$
Revision: $Revision: 1.10 $
Last update: $Date: 2004-09-02 13:48:08 $
Revision: $Revision: 1.9 $
Last update: $Date: 2004-05-26 15:33:46 $
------------
 
task_activate & group_activate
116,7 → 116,6
proc_table[p].frozen_activations++;
else {
l = proc_table[p].task_level;
TRACER_LOGEVENT(FTrace_EVT_task_activate,(unsigned short int)proc_table[p].context,0);
level_table[l]->public_activate(l,p,t);
event_need_reschedule();
}