Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/shark/trunk/kernel/signal.c
18,11 → 18,11
 
/**
------------
CVS : $Id: signal.c,v 1.9 2004-03-09 08:53:18 giacomo Exp $
CVS : $Id: signal.c,v 1.10 2004-03-10 14:51:42 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2004-03-09 08:53:18 $
Revision: $Revision: 1.10 $
Last update: $Date: 2004-03-10 14:51:42 $
------------
 
This file contains:
1400,7 → 1400,7
PID p;
 
/* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_interrupt_start,1,no,0);
TRACER_LOGEVENT(FTrace_EVT_interrupt_start,(unsigned short int)no,0);
if (int_table[no].fast != NULL) {
if (int_table[no].irqLock == FALSE)
1410,7 → 1410,7
kern_cli();
}
 
TRACER_LOGEVENT(FTrace_EVT_interrupt_end,1,no,0);
TRACER_LOGEVENT(FTrace_EVT_interrupt_end,(unsigned short int)no,0);
 
/* If a sporadic process is linked,activate it */
p = int_table[no].proc_index;