Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 914 → Rev 915

/shark/trunk/kernel/cancel.c
18,11 → 18,11
 
/**
------------
CVS : $Id: cancel.c,v 1.3 2003-11-05 15:05:11 giacomo Exp $
CVS : $Id: cancel.c,v 1.4 2005-01-08 14:44:06 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-11-05 15:05:11 $
Revision: $Revision: 1.4 $
Last update: $Date: 2005-01-08 14:44:06 $
------------
 
This file contains:
77,6 → 77,7
if (proc_table[exec_shadow].control & KILL_ENABLED &&
proc_table[exec_shadow].control & KILL_REQUEST ) {
task_makefree(TASK_CANCELED);
scheduler();
ll_context_to(proc_table[exec_shadow].context);
}
kern_frestore(f);