plan 9 kernel history: overview | file list | diff list

1992/0508/power/trap.c (diff list | history)

1992/0430/sys/src/9/power/trap.c:190,1961992/0508/sys/src/9/power/trap.c:190,198 (short | long | prev | next)
1991/0425    
	m->intr++; 
1991/0209    
	cause = ur->cause&(INTR5|INTR4|INTR3|INTR2|INTR1); 
1990/0227    
	if(cause & (INTR2|INTR4)){ 
1992/0508    
		LEDON(LEDclock); 
1991/0209    
		clock(ur); 
1992/0508    
		LEDOFF(LEDclock); 
1990/0227    
		cause &= ~(INTR2|INTR4); 
	} 
	if(cause & INTR1){ 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)