Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 822 → Rev 823

/shark/trunk/ports/first/modules/pistar.c
20,11 → 20,11
 
/**
------------
CVS : $Id: pistar.c,v 1.5 2004-09-06 08:58:05 trimarchi Exp $
CVS : $Id: pistar.c,v 1.6 2004-09-07 09:06:53 trimarchi Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-09-06 08:58:05 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-09-07 09:06:53 $
------------
 
Priority Inhertitance protocol. see pi.h for more details...
214,6 → 214,7
else {
SERVER_disable_server(fsf_get_server_level(),server);
scheduler();
 
kern_context_load(proc_table[exec_shadow].context);
/* ... and reaquire the cli() before the test... */
kern_cli();
273,7 → 274,7
PISTAR_mutex_t *p;
int i, j;
fsf_server_id_t server;
 
//kern_printf("PISTAR unlock");
// return 0;
p = (PISTAR_mutex_t *)m->opt;
if (!p)