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

1992/0124/port/devkprof.c (diff list | history)

1992/0123/sys/src/9/port/devkprof.c:184,1901992/0124/sys/src/9/port/devkprof.c:184,190 (short | long | prev | next)
1991/1006    
	if(kprof.time == 0) 
		return; 
1990/1004    
	/* 
1992/0122    
	 *  if the pc is coming out of slplo pr splx, 
1992/0124    
	 *  if the pc is coming out of spllo or splx, 
1992/0122    
	 *  use the pc saved when we went splhi. 
1990/1004    
	 */ 
	if(pc>=(ulong)spllo && pc<=(ulong)spldone) 


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