Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 802 → Rev 803

/shark/trunk/kernel/activate.c
18,11 → 18,11
 
/**
------------
CVS : $Id: activate.c,v 1.9 2004-05-26 15:33:46 anton Exp $
CVS : $Id: activate.c,v 1.10 2004-09-02 13:48:08 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2004-05-26 15:33:46 $
Revision: $Revision: 1.10 $
Last update: $Date: 2004-09-02 13:48:08 $
------------
 
task_activate & group_activate
116,6 → 116,7
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();
}