Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 317 → Rev 318

/shark/trunk/kernel/activate.c
18,11 → 18,11
 
/**
------------
CVS : $Id: activate.c,v 1.3 2003-01-07 17:07:48 pj Exp $
CVS : $Id: activate.c,v 1.4 2003-11-05 15:05:10 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:07:48 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-11-05 15:05:10 $
------------
 
task_activate & group_activate
182,13 → 182,13
trc_logevent(TRC_ACTIVATE,&i);
l = proc_table[i].task_level;
level_table[l]->public_activate(l,i);
event_need_reschedule();
}
event_need_reschedule();
kern_frestore(f);
}
else {
proc_table[exec_shadow].context = kern_context_save();
 
for (i=0 ; i<MAX_PROC; i++)
if (proc_table[i].group == g) {
if (proc_table[i].control & FREEZE_ACTIVATION) {